- Fix bug when import JSON is missing keys that are present as object store names (#25).
Bad release - do not use.
- Fix bug when import JSON contains keys that are not present as object store names (#21).
- Updated tests to run on Node.js v12 (current maintenance LTS).
- Fix possible issue if
objectStoreNames
isundefined
.
- Handle case where no object stores exist
- Handle cases where there are empty stores or duplicated store names (#16)
- Fix issue (#14) with npm package
- Update dev dependencies
- Update dev dependencies (fixes potential security vulnerabilities)
- Including extra files in NPM distribution as excluding them impacts quality score
- README improvements
- 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.