1.1.2
Enhancements
- Added TypeScript interfaces.
- Added Model assignment to LocalDbs (#126)
- Added select to the methods that are cached in
Cache. - Improved performance of
Cache. (#180) - Improved the
Memorydocumentation. (#196) - Updated
Requestto allow the HTTP request call to be easily overridden. (#206)
Bug Fixes
- Fixed the way
Filterbuilds logical operators. (#123) - Fixed how
SimpleQuerytreatsundefinedin a compare. (#131) - Fixed how CSV unit tests handle end of line characters. (#132)
- Updated
StoreAdapter#fetchto always return a promise. (#124) - Fixed
LocalDBunit test for IE. (#170) - Fixed how comparators are combined in
SimpleQuery. (#189) - Fixed
Cache#putto not always remove items before calling the base store's put method. (#117) - Fixed an issue in
IndexedDBthat could result in items being duplicated. (#195) - Fixed in issue in
Trackablewhen using thebeforeIdoption can result in an item being removed from the tracking caches. (#207)