Releases: Polarisation/indexeddb-export-import
Releases · Polarisation/indexeddb-export-import
v2.1.5
v2.1.3
v2.1.2
- Fix possible issue if
objectStoreNames
isundefined
.
v2.1.1
v2.1.0
v2.0.3
v2.0.2
Update dependencies (fixes potential security vulnerabilities)
v2.0.1
- Including extra files in NPM distribution as excluding them impacts quality score
- README improvements
Zero dependencies + better support for browser environment
- Now has no dependencies
- Reduced package distribution size by 30%
- Cleaner code
- Now works in the browser when
index.js
is imported via<script>
- Now requires ES6 (Node.js 8+ or a modern browser). If you need to support ES5, use a transpiler or stick with v1.x.
v1.0.4
Updated dependencies to fix vulnerabilities