Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Releases: signavio/kraken

6.3.0

29 Mar 10:06
2e6b88a
Compare
Choose a tag to compare

Bugfixes

  • When a request switched from a failed state to dispatched or success the reason property wasn't reset
  • When a request switched from a failed state to dispatched or success the status property wasn't reset

6.2.2

29 Mar 10:07
8045e18
Compare
Choose a tag to compare

Bugfixes

  • correctly check whether an action belongs to kraken in reducers

6.2.1

29 Mar 10:08
1790cd3
Compare
Choose a tag to compare

Bugfix

  • add a @@kraken/ prefix to all actions to avoid name clashes

6.2.0

29 Mar 10:09
2bdc145
Compare
Choose a tag to compare

Improvements

  • adds a responseHeaders property to the created promise props

6.1.0

29 Mar 10:11
292aab6
Compare
Choose a tag to compare

Improvements

You can now specify a new requestParams property when defining promise props. These parameters will be used to tell requests apart but won't have any influence on how kraken determines whether entities are already cached or not.

6.0.1

01 Jun 08:41
098f3ae
Compare
Choose a tag to compare

Fix as the 6.0.0 release didn't include the latest source build. Thank you nvm for selecting node 6.1.0 for no obvious reason!

6.0.0

01 Jun 08:41
b17046c
Compare
Choose a tag to compare

Breaking changes

If you've implemented your own cache policy, you might need to update the method signature.

Old

updateRequestOnCollectionChange(
  request,
  collection
)

New

updateRequestOnCollectionChange(
  apiTypes,
  request,
  collection,
  entityType
)

v2.2.4

08 Jun 07:14
Compare
Choose a tag to compare
2.2.4