Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.09 KB

Changelog.md

File metadata and controls

64 lines (35 loc) · 1.09 KB

0.4.1

Removed

  • Travis CI and Coveralls

0.4.0

Added

  • 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.

0.3.1

Added

  • .reduce() to type declaration file

Fixed

  • Small typos

0.3.0 - 01/03/2020

Added

  • .reduce() function to StormDB.

0.2.0 - 25/02/2020

Added

  • 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.

Changed

  • 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

  • Fixed a bug when using non-strings as property key with .set().

0.1.1 - 20/02/2020

Added

  • NPM keywords.

Changed

  • Improved Readme - added more documentation and improved badges.

Fixed

  • Inaccurate changelog information.

0.1.0 - 20/02/2020

  • 🎉 Initial Release of StormDB.