Skip to content

Releases: erikdonohoo/resourcify

v1.0.7

24 Mar 22:21
Compare
Choose a tag to compare

Bug Fixes

  • Improved performance on merging lists and added cache function to remove duplicates in lists.

v1.0.6

18 Mar 16:27
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue with promises not resolving when request comes back from cache

v1.0.5

09 Mar 16:04
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where cache was interrupting calls to non-GET requests

v1.0.4

11 Feb 03:01
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with cache when making multiple calls at same time before cache entry exists

v1.0.3

09 Feb 21:16
Compare
Choose a tag to compare

Bug Fixes

  • fixes issue where cache lists contained different references

Features

  • added travis ci and code coverage checking

v1.0.2

09 Feb 21:03
Compare
Choose a tag to compare

Bug Fixes

  • Fixes issue with registering a config

v1.0.1

28 Jan 17:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue where multiple calls to same config would resolve result with incorrect defer

1.0.0

09 Jan 21:52
Compare
Choose a tag to compare

Features

  • Added ability to configure idProp in configuration of Resourcify builder. When a Location header is present on a response the value after the last / is used as the id on the value.

v1.0.0-rc.1

27 Dec 16:51
Compare
Choose a tag to compare

API is solidifying and we are almost there!

Breaking Changes

By default the isInstance property is now true instead of false

v0.7.0

20 Dec 19:59
Compare
Choose a tag to compare

New Features

  1. Ability to configure which property on a response to use as the actual data for your resource with propName

Bug Fixes

  1. To prevent unnecessary load on a server, all properties on a value sent back as a request body that are prefixed with $ are stripped.