Skip to content

Releases: segmentio/analytics-next

v1.33.4

28 Jan 18:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.3...v1.33.4

v1.33.3

19 Jan 19:36
Compare
Choose a tag to compare

What's Changed

  • Improve the query API, by correctly decoding special characters such as @ by @zikaari in #363
  • Remove host tag from error metrics by @pooyaj in #366
  • Pull request advisory visible only to the PR author by @zikaari in #364

Full Changelog: v1.33.2...v1.33.3

v1.33.2

13 Jan 00:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.33.1...v1.33.2

v1.33.1

05 Jan 23:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.0...v1.33.1

v1.33.0

05 Jan 23:32
Compare
Choose a tag to compare

What's Changed

  • strengthen conditional checking for localStorage to prevent "null" from being used by @509dave16 in #345
  • updates auto-track to no longer require dependant packages to have @types/jquery to compile by @chrisradek in #339
  • update tslib to direct dependency by @chrisradek in #347
  • export AnalyticsNode by @chrisradek in #352

New Contributors

Full Changelog: v1.32.1...v1.33.0

1.32.1

06 Dec 20:36
Compare
Choose a tag to compare

What's Changed

  • replaces package.json imports with generated version constant by @chrisradek in #336
  • fixes npm prep-build step to be portable with mac os and linux by @chrisradek in #338
  • adds checks to ensure process is defined before accessing it by @chrisradek in #343
  • remove process.env requirement from getting version type by @chrisradek in #344

New Contributors

Full Changelog: v1.32.0...v1.32.1

1.32.0

26 Nov 16:57
Compare
Choose a tag to compare

What's Changed

  • #331 Remove the environment variable usage ( incompatible with non-webpack builds )
  • #333 Catch localStorage errors if the browser runs out of storage
  • #330 Load middleware plugin from custom domain for custom domain users
  • #324 Introduce a schema filter plugin for cleaner implementation and support for action-based destinations
  • #328 Update Alias behavior to match AJS 1.0
  • #329 Dependency upgrades

Full Changelog: v1.31.2...v1.32.0