Releases: algolia/search-insights.js
Releases · algolia/search-insights.js
v1.6.2
1.6.2 (2020-09-02)
Bug Fixes
v1.5.0
1.5.0 (2020-07-23)
Features
- browser: expose createInsightsClient (#213) (7880205)
- get: add
_get
function to get instance variables (#216) (3173c9b)
- add
onUserTokenChange
to know when token is assigned (#209) (1e5bd42)
- export
createInsightsClient
for node env (#203) (4f04869), closes #204 #204
v1.4.0
1.4.0 (2020-02-17)
Bug Fixes
- gtm: add Algolia Agent after
init
(9640dc2)
- gtm: forward
eventName
to all events (1209301)
- types: remove optional types on main methods (#192) (e551d10)
Features
- sendEvent: return the value of the request function (#200) (56b4ffd), closes #199