Skip to content

0.0.7

Choose a tag to compare

@jamesplease jamesplease released this 25 Feb 20:53
· 39 commits to master since this release

Breaking

  • updateResourcesMeta has been renamed to updateResourceMeta
  • updateManyResourcesMeta has been renamed to updateManyResourceMetas
  • READ_ONE_X action types have been renamed to READ_X for better consistency
    with the other action types that operate on a single resource.
  • supportedActions.readOne has been renamed to supportedActions.read for
    better consistency with the other action types that operate on a single
    resource.

New features

  • updateResourceMeta now accepts a replace option

Bug fixes

  • Data is now stored on the proper location in the store: resourceMeta and
    resourceListMeta. Previously, the library was incorrectly storing them on
    resourcesMeta and resourcesListMeta.
  • replace: true now actually replaces the list in updateManyResources().