Releases: oliver-oloughlin/kvdex
Releases · oliver-oloughlin/kvdex
3.2.0
3.1.4
3.1.3
- Revert "Fix internals type (#260)"
- Revert "refactor: move internals to dedicated object (#259)"
- refactor: added type annotations to all functions
- fix: made internal collection properties private
- fix: upgrade std/cli
- fix: added Database type
- docs: updated supported deno version
- feat: added minimum deno version test
3.1.2
- fix: added internals type
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
This update introduces a few breaking changes and lays the groundwork for future extensions and feature additions. It also brings proper browser compatibility by removing built-in runtime dependencies from the core feature set.
Breaking changes
- refactor:
encoder
option for collections replacing theserialize
option, with improved extensibility and allowing for browser compatibility #232 - refactor: move built-in dependencies (node:v8 & node:zlib) from core module to extensions in order to introduce browser compatibility #242
- refactor: move to single object parameter for
kvdex()
to allow for future expansion with additional options #243 - refactor: migrate to import map and remove deno.land/x publishing #244
Additional changes