Skip to content

1.2.0

Compare
Choose a tag to compare
@msssk msssk released this 10 Jan 18:37
· 16 commits to master since this release

Enhancements

  • Support passing a function as the query in dstore/legacy/StoreAdapter (#215)
  • Improve performance of putSync in dstore/Memory (#227)
  • Add filtering to event notifications in dstore/Store (#188)
  • Add refresh method to dstore/RequestMemory (#106)

Bug fixes

  • Reject promise when fetch or put fail in dstore/Cache (#213)
  • Return object (instead of id) from put method in dstore/db/IndexedDB (#162)
  • Correctly handle idProperty in dstore/db/IndexedDB (#160)
  • Wait for 'complete' event to resolve promise for transactions in dstore/db/IndexedDB (#221)
  • Remove unused dependency in dstore/Store (#225)
  • Fix logic to pass result to caching store in add/put in dstore/Cache (#228)
  • Fix XHR query string for complex filters in dstore/Request (#121)