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
Memory
documentation. (#196) - Updated
Request
to allow the HTTP request call to be easily overridden. (#206)
Bug Fixes
- Fixed the way
Filter
builds logical operators. (#123) - Fixed how
SimpleQuery
treatsundefined
in a compare. (#131) - Fixed how CSV unit tests handle end of line characters. (#132)
- Updated
StoreAdapter#fetch
to always return a promise. (#124) - Fixed
LocalDB
unit test for IE. (#170) - Fixed how comparators are combined in
SimpleQuery
. (#189) - Fixed
Cache#put
to not always remove items before calling the base store's put method. (#117) - Fixed an issue in
IndexedDB
that could result in items being duplicated. (#195) - Fixed in issue in
Trackable
when using thebeforeId
option can result in an item being removed from the tracking caches. (#207)