Releases: algolia/search-insights.js
Releases · algolia/search-insights.js
v2.0.4
2.0.4 (2021-10-13)
Bug Fixes
- remove initSearch method (no longer in use) (#327) (b4b4e9e)
- remove validation before sending events (#325) (2b7f1a6)
v2.0.3
2.0.3 (2021-09-07)
Bug Fixes
- bundle: remove unnecessary exports from bundles (#320) (92ee346)
v2.0.2
2.0.2 (2021-07-27)
Bug Fixes
- provide iife build to prevent conflicts with AMD (#274) (5e8f3ba)
- types: make eventName required (#275) (04ad058)
v2.0.1
2.0.1 (2021-07-05)
Bug Fixes
- types: provide better error messages for insights client (#269) (8b678e8)
v2.0.0
2.0.0 (2021-04-28)
BREAKING CHANGES
- useCookie: It used to be
true
, but to be GDPR compliant, we're changing it to false
by default.
Bug Fixes
- cookie: make useCookie false by default (#249) (8106034)
- _get: remove the internal method
_get
(#256) (374f9fb)
v1.8.0
1.8.0 (2021-04-28)
Bug Fixes
- types: expose the types of public methods (#259) (d59afaa)
Features
v1.7.2
1.7.2 (2021-04-26)
Bug Fixes
- types: export default (#257) (55dd748)
- types: export default in the type definition (#247) (10044fc)
- userToken: prevent anonymous user token from overriding existing token (#251) (738e5d9)
v1.7.1
1.7.1 (2021-01-25)
Bug Fixes
- types: emit and publish type definitions to npm (#243) (074f037)
v1.7.0
1.7.0 (2021-01-13)
Bug Fixes
- use browser requester on browser with bundler (#238) (df62ffd)
- warn about unknown function name (#237) (dd46015)
Features
- init(userToken): accept new parameter
userToken
at init() method (#241) (29216c6)
- init(useCookie): accept new parameter
useCookie
which skips anonymous userToken when false
is given (#236) (db09c7e)
v1.6.3
1.6.3 (2020-11-02)
Bug Fixes
- do not store anonymous token in cookie when user has opted out (#233) (8669b67)