{{ message }}
Tags: rootart/algoliasearch-client-javascript
Tags
2017-06-08 3.23.0 * feat(places): Add places.getObject(); fixes algolia/places#381
2017-05-29 3.22.3 * fix(dependency): Do not pin debug dependency anymore fixes algolia#556
2017-03-13 3.22.2 * fix(partialUpdateObjects): allow createIfNotExists (algolia#552) Much like partialUpdateObject, allow createIfNotExists fixes algolia#551
3.22.0
* feat(API): rename all *userKey[s] methods to *apiKey[s]
* client/index.listUserKeys() => client/index.listApiKeys()
* client/index.getUserKeyACL() => client/index.getApiKey()
* client/index.deleteUserKey() => client/index.deleteApiKey()
* client/index.addUserKey() => client/index.addApiKey()
* client/index.udpateUserKey() => client/index.updateApiKey()
* fix(packaging): remove useless files for packaging (reduce package file size)
3.21.1 * fix(browse*): use POST instead of GET to avoid limits (algolia#503)
2017-01-16 3.20.4 * fix(retry strategy): handle cases were localStorage fails after success (algolia#474) Before this commit we only checked for localStorage failures at: - page load - localStorage.setItem While in some situations websites could erase localStorage for the whole page at any moment (between requests) and we were not resilient to that. * chore(forwardToSlave): deprecate forwardToSlaves in favour or forwardToReplicas
PreviousNext
