Skip to content

1.1.2

Compare
Choose a tag to compare
@edhager edhager released this 08 Jun 22:38
· 30 commits to master since this release

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 treats undefined 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 the beforeId option can result in an item being removed from the tracking caches. (#207)