Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements base tracking library, adds typedocs #31

Merged
merged 25 commits into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fd12704
implements base tracking library, adds typedocs
lysy-vlc May 27, 2024
df60041
update npm packages, typed docs
lysy-vlc May 28, 2024
2c40883
security gh actions update, node version update
lysy-vlc May 29, 2024
41ef6f1
typedoc read from services, node engine 18 support inside ngx-piwik-p…
lysy-vlc Jun 17, 2024
22f3bad
base lib docs (#32)
auto200 Jun 20, 2024
33aabcd
docs updated after new typedoc config
lysy-vlc Jun 20, 2024
de75493
content tracking with infered parameters
lysy-vlc Jul 10, 2024
1c11071
update material design library
lysy-vlc Jul 10, 2024
8f952d9
cookie management with infered parameters
lysy-vlc Jul 10, 2024
9549ccc
custom dimensions with infered parameters
lysy-vlc Jul 10, 2024
5fb961d
custom events with infered parameters
lysy-vlc Jul 10, 2024
e92ddca
custom dimensions with infered parameters
lysy-vlc Jul 10, 2024
4285016
datalayer with infered parameters
lysy-vlc Jul 10, 2024
84f7000
download and outlink with infered parameters
lysy-vlc Jul 10, 2024
b5d4dd8
eCommerce with infered parameters
lysy-vlc Jul 10, 2024
410bf76
goal conversions with infered parameters
lysy-vlc Jul 10, 2024
4db1e7f
page views with infered parameters
lysy-vlc Jul 10, 2024
4f115f6
site search with infered parameters
lysy-vlc Jul 10, 2024
e2edfcd
user management with infered parameters
lysy-vlc Jul 10, 2024
cc644d6
package versions bump
lysy-vlc Jul 10, 2024
5bca1e1
bump package version - braking changes
lysy-vlc Jul 11, 2024
995bd3b
return types infered
lysy-vlc Jul 11, 2024
4ddbbb9
removes include unused docs directories from the tsconfig
lysy-vlc Jul 12, 2024
fabe005
changelog
lysy-vlc Jul 13, 2024
99b4808
package version bump
lysy-vlc Jul 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ testem.log
# System Files
.DS_Store
Thumbs.db

# typedoc
docs_raw
Loading
Loading