Skip to content

Releases: caleb531/goatcounter-js

v1.0.0

06 Aug 19:52
240ea3b

Choose a tag to compare

  • Official stable release—there will be no backwards-incompatible API changes until v2

v1.0.0-beta.7

06 Aug 19:02
7e28367

Choose a tag to compare

v1.0.0-beta.7 Pre-release
Pre-release
  • Fixed a bug where a duplicate <script> tag was being appended to the page

v1.0.0-beta.5

06 Aug 15:52
f417c04

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release
  • Attempt to properly link types by generating type definition files for both the CommonJS and ESM bundles

v1.0.0-beta.4

06 Aug 15:42
3708c0d

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release
  • Correctly specify bundle paths in package.json
    • This allow the module to be imported correctly

v1.0.0-beta.3

06 Aug 15:39
ce39f16

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release
  • Fixed a bug where specifying scriptVersion would result in a <script> tag without an src attribute
  • Added a default value to the scriptSrc parameter to goatcounter.initialize()

v1.0.0-beta.2

06 Aug 03:25
24b8c31

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release
  • Minified bundles using esbuild
    • The unpacked package size was reduced from ~80 KB to ~25 KB

v1.0.0-beta.1

06 Aug 03:23
56ffafe

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release
  • 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