Releases: caleb531/goatcounter-js
Releases · caleb531/goatcounter-js
v1.0.0
v1.0.0-beta.7
- Fixed a bug where a duplicate
<script>tag was being appended to the page
v1.0.0-beta.5
- Attempt to properly link types by generating type definition files for both the CommonJS and ESM bundles
v1.0.0-beta.4
- Correctly specify bundle paths in package.json
- This allow the module to be imported correctly
v1.0.0-beta.3
- Fixed a bug where specifying
scriptVersionwould result in a<script>tag without ansrcattribute - Added a default value to the
scriptSrcparameter togoatcounter.initialize()
v1.0.0-beta.2
- Minified bundles using esbuild
- The unpacked package size was reduced from ~80 KB to ~25 KB
v1.0.0-beta.1
- The initial release of this library as a beta version
- No API changes are expected, but the library still needs to be tested in a real-world application