Skip to content

1.2.1

Latest
Compare
Choose a tag to compare
@msssk msssk released this 17 Apr 00:55

Enhancements

  • Collection: add documentation on SimpleQuery nested property shorthand (#231)
  • Add documentation on GET response requirement for Rest store (#217)
  • Add information about item total to Request store documentation (#192)
  • Improve TypeScript experience with updates to package.json and dstore.d.ts (#209)
  • Update build configuration (package.js) for Dojo build tool (#240)

Bug fixes

  • Allow empty object to be passed to Collecton#filter() (#232)
  • DstoreAdapter: avoid mutating sort parameter so sort() works when called repeatedly (#184)
  • Store#emit: if storage.emit throws an error, log it instead of hiding it (#187)
  • SimpleQuery: only call array.sort if sort criteria are provided (#159)