Releases: erikdonohoo/resourcify
Releases · erikdonohoo/resourcify
v1.0.7
v1.0.6
Bug Fixes
- Fix issue with promises not resolving when request comes back from cache
v1.0.5
Bug Fixes
- Fixed issue where cache was interrupting calls to non-GET requests
v1.0.4
Bug Fixes
- Fixed issue with cache when making multiple calls at same time before cache entry exists
v1.0.3
Bug Fixes
- fixes issue where cache lists contained different references
Features
- added travis ci and code coverage checking
v1.0.2
Bug Fixes
- Fixes issue with registering a config
v1.0.1
Bug Fixes
- Fix issue where multiple calls to same config would resolve result with incorrect defer
1.0.0
Features
- Added ability to configure
idProp
in configuration of Resourcify builder. When aLocation
header is present on a response the value after the last/
is used as the id on the value.
v1.0.0-rc.1
API is solidifying and we are almost there!
Breaking Changes
By default the isInstance
property is now true
instead of false
v0.7.0
New Features
- Ability to configure which property on a response to use as the actual data for your resource with
propName
Bug Fixes
- To prevent unnecessary load on a server, all properties on a value sent back as a request body that are prefixed with
$
are stripped.