Releases: Swetrix/swetrix-js
Releases · Swetrix/swetrix-js
v3.5.2
v3.5.1
Changelog:
- Added
exports
topackage.json
(thanks @KaelWD / #17) - The
swetrix.orig.js
file has been removed from thedist
. It was not described in the documentation and was not recommended to be used, but if you were using this file, please opt to useswetrix.js
instead.
Other than that, there were no other user-facing changes.
DX wise:
package-lock.json
is now removed from.gitignore
- Updated all the dependencies to the latest version.
- At least node 22 is now required to build this package.
v3.5.0
v3.4.1
v3.4.0
v3.3.0
v3.2.1
v3.2.0
v3.1.1
v3.1.0
Changelog:
1. Introducing Error tracking! This release adds 2 new methods: trackErrors and trackError which allow you to track client-side errors on your websites.
2. Updated a few misc dependencies.