Releases: Kinto/kinto-http.js
Releases · Kinto/kinto-http.js
v5.3.0
New features
- Add
fetchFunc
option to client constructor (#1097)
Bug fixes
- Fix #963: Fix snapshot when records were deleted via plural endpoint (#964)
Internal changes
- Update to npm v7 (#1092)
- Upgrade to GitHub-native Dependabot (#1017)
- Switch to unified prettier eslint config
v5.2.1
Bug Fixes
- Fix #963: Fix snapshot when records were deleted via plural endpoint (#964)
v5.2.0
New features
- Delete on plural endpoints (#534)
Bug fixes
- Fix implementation of collection snapshot (#956)
Internal changes
- Fix docs regarding node dependencies and usage (#949)
- Export PermissionData type and narrow HistoryEntry.action type (#907)
- Migrate Travis CI steps to GitHub Actions (#904)
- Run browser tests on Linux (#862)
v5.1.0
- Expose execute in bucket and collection classes (#760)
v5.0.0
Breaking changes
- Full rewrite in TypeScript (Thanks @dstaley!)
- Replace EventEmitter with interface and make it optional (#695)
New features
- Expose client.endpoints attribute (fixes #641) (#742)
- export SUPPORTED_PROTOCOL_VERSION and Collection (#705)
Internal changes
- Run tests in browser using Intern (#715)
- Remove JSDOM from tests and create polyfilled Node bundle (#700)
- Remove chai-as-promised and convert tests to async/await (#690)
- Add response types and emit TypeScript declarations (#643)
- Add compressed-size-action workflow (#708)
v4.7.3
- Fix #471: obfuscate authorization header values in errors (#472)
- If
Blob
is not present, use Buffer
(#469)
v4.7.2
- Gecko: move import of global objects to JSM prefix (#445)
v4.7.1
Gecko build
- Backport ChromeUtils.import() changes (#434)
v4.7.0
- Retrieve timestamps (ETag) of plural endpoints (#425)
- Remove support for the
Total-Records
header on GET (#323)
- Don't gate delete-buckets on HTTP API version (#314)
- Add accounts support (#312)
- Support more queries (#313)
v4.6.1
- Rebuild package with up-to-date dependencies.