This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Releases: VerenigingCampusKabel/redux-api
Releases · VerenigingCampusKabel/redux-api
2.0.1
2.0.0
v2.0.0 Release v2.0.0
2.0.0-alpha.3
Changes
- Added a basic endpoint reducer (does not support simultaneous requests at the moment), see #2
2.0.0-alpha.2
Changes
- Removed incorrect validation
2.0.0-alpha.1
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
Changelog
- Added reducer and
reselect
selectors (for paged APIs) - Added first piece of documentation
- Added url validiation
1.1.13
Changelog
- Export custom endpoint actions
1.1.12
Changelog
- Fixed failure handling with custom endpoints
1.1.11
Changelog
- Fixed custom endpoint action types
1.1.10
Changelog
- Changed the way headers are parsed