Skip to content

v1.2.0

Compare
Choose a tag to compare
@edygar edygar released this 27 Sep 16:14
· 48 commits to master since this release
  • Fix #15 - Support for register dashed-routes as camelCase (#16)
  • TTL (Time-to-live) now can be overriden by each request. (#17)
  • #13
    • [BC] - selectQuery renamed to selectRequest and now also accepts { cacheID, page } for selecting Requests
    • [BC] - Ommits localResources, now that a denormalization methods exists.
    • Exposes selectRequestRaw, so a request might be selected without denormalization step
    • Fix #12 – Promise returned from middleware dispatch was overlaping responses with same name
    • Fix #14 - lastCacheUpdate should be used as Symbol for preventing collisions, now been tested
  • Fix #18 - Allow indexation of resources without indexers (such as id or custom indexers) #19