Skip to content

Releases: ossplz/typed-storage

2.1.0 Improved customizability

17 Sep 20:41
Compare
Choose a tag to compare

Added

  • Exported mapper interface to facilitate customization of model (de)serialization.

Changed

  • Updated documentation to better reflect features.

Removed

  • Removed tight coupling to internal mapper library.

Pure

13 Sep 23:00
Compare
Choose a tag to compare

This release accomplishes two main goals:

  1. Decouple the library from Angular to make it usable in other stacks
  2. Switch to a new, experimental xUnit test framework called Alsatian

VM References

03 Apr 16:08
Compare
Choose a tag to compare

Updated to simple-mapper 1.2.0.

Features

  1. Uses types from TypedStorageKey(type, name). View model barrels no longer needed.
  2. If using view model barrels, TypedStorageKeys can now take view model name strings for their first parameter.
  3. Added Number and Date builtins. TypedStorageKey(Date, name) and TypedStorageKey(Number, name2) now work as you would hope.

Misc/Bug fixes

  1. Updated and expanded documentation accordingly.

Initial release

01 Apr 16:49
Compare
Choose a tag to compare
1.0.3

Adding a couple missed tests, bumping version.