- Type declarations files.
- Type declarations files.
- Parameter to
.delete()
, to reindex items in a list after deleting an element from a list, if you pass intrue
.
- Travis CI and Coveralls
- Allowed chaining multiple property accessors in one
.get()
e.g..get("a.b")
. - Error handling after running
.value()
after chaining multiple.get()
of non-existant properties.
.reduce()
to type declaration file
- Small typos
.reduce()
function to StormDB.
- Typescript types declaration file.
.map()
function to StormDB to map values in an array..filter()
function to StormDB to filter an array..sort()
function to StormDB to sort an array.
- StormDB must be instantiated using the
new
keyword. - The promise returned by an async-enabled local file engine now rejects if
fs.writeFile
fails.
- Fixed a bug when using non-strings as property key with
.set()
.
- NPM keywords.
- Improved Readme - added more documentation and improved badges.
- Inaccurate changelog information.
- 🎉 Initial Release of StormDB.