Releases: idleberg/web-porridge
Releases · idleberg/web-porridge
v0.17.0
This is a complete rewrite, with lots of breaking changes
- build with Rollup
- additional target builds
- complete API overhaul
- updated tests
v0.16.0
- add feature tests
- use ES imports in tests
- remove all Node polyfills
- update dependencies
v0.15.2
- exclude Buffer polyfill from Web version
v0.15.1
- rename browser files
- fix typo
- update dependencies
v0.15.0
- add
dist
file for use in browser
- remove shortnames in constructor
- build without comments
- update examples
v0.14.1
- remove unused file from npm tarball
- update dependencies
- update examples
v0.14.0
- add option to specify IndexedDB database name
- update dependencies
v0.13.0
- Breaking change: adjust default settings
- add option to specify IndexedDB store name
- update dependencies
v0.12.0
- add class exports
- add constructor options to set global
decodeBase64
/ decodeJSON
behaviour
- add missing tests
- fix: convert
length()
to property
- update dependencies
v0.11.0
- add support for IndexedDB
- update tests