Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Releases: VerenigingCampusKabel/redux-api

2.0.1

27 Oct 11:28
Compare
Choose a tag to compare

Changes

  • Make the middleware return the failure action instead of throwing the error

2.0.0

27 Oct 11:27
Compare
Choose a tag to compare
v2.0.0

Release v2.0.0

2.0.0-alpha.3

13 Jan 15:59
Compare
Choose a tag to compare
2.0.0-alpha.3 Pre-release
Pre-release

Changes

  • Added a basic endpoint reducer (does not support simultaneous requests at the moment), see #2

2.0.0-alpha.2

13 Jan 15:58
Compare
Choose a tag to compare
2.0.0-alpha.2 Pre-release
Pre-release

Changes

  • Removed incorrect validation

2.0.0-alpha.1

10 Jan 15:32
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

Changelog

  • Complete rewrite
  • Renamed models to entities
  • More consistent API
  • Support for (de)camelization using humps
  • Support for normalizr schemas

1.2.0-alpha.1

17 Oct 14:58
Compare
Choose a tag to compare
1.2.0-alpha.1 Pre-release
Pre-release

Changelog

  • Added reducer and reselect selectors (for paged APIs)
  • Added first piece of documentation
  • Added url validiation

1.1.13

13 Aug 16:06
Compare
Choose a tag to compare

Changelog

  • Export custom endpoint actions

1.1.12

13 Aug 16:05
Compare
Choose a tag to compare

Changelog

  • Fixed failure handling with custom endpoints

1.1.11

13 Aug 16:05
Compare
Choose a tag to compare

Changelog

  • Fixed custom endpoint action types

1.1.10

13 Aug 16:04
Compare
Choose a tag to compare

Changelog

  • Changed the way headers are parsed