Skip to content

Releases: shubhodeep9/localstorm

Save and Flush hooks introduced

22 Dec 09:47
492ecec
Compare
Choose a tag to compare
Pre-release

The following hooks were introduced in the update:

  • pre and post hook for save
  • pre and post hook for flush

Note: currently the hooks are not async, next update will include async hooks

Bug fix: save fixes

20 Dec 10:15
a4be4b7
Compare
Choose a tag to compare
Bug fix: save fixes Pre-release
Pre-release

Bug fix for document not getting saved

Support for constructor classes

20 Dec 09:38
b7824c9
Compare
Choose a tag to compare
Pre-release

This release adds the following support:

  • Localstorm now supports constructor classes, i.e Array, String.
  • Expanded schema definition to support required validation for mandatory fields
  • skipValidation support to bypass validations