0.0.7
Breaking
updateResourcesMetahas been renamed toupdateResourceMetaupdateManyResourcesMetahas been renamed toupdateManyResourceMetasREAD_ONE_Xaction types have been renamed toREAD_Xfor better consistency
with the other action types that operate on a single resource.supportedActions.readOnehas been renamed tosupportedActions.readfor
better consistency with the other action types that operate on a single
resource.
New features
updateResourceMetanow accepts areplaceoption
Bug fixes
- Data is now stored on the proper location in the store:
resourceMetaand
resourceListMeta. Previously, the library was incorrectly storing them on
resourcesMetaandresourcesListMeta. replace: truenow actually replaces the list inupdateManyResources().