Releases: segmentio/analytics-next
Releases · segmentio/analytics-next
1.32.1
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
- @chrisradek made their first contribution in #336
Full Changelog: v1.32.0...v1.32.1
1.32.0
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