Releases: Temzasse/reducktion
v5.5.1
v5.5.0
v5.4.0
v5.3.0
v5.2.0
v5.1.0
v5.0.1
v5.0.0
5.0.0 (2019-01-16)
Features
-
add fetchable value and action helpers (067abfd)
BREAKING CHANGES
-
multiple breaking changes.
-
feat: make .get selector a curried function
-
wip: add initial types and new example
-
chore: remove jsdoc comments
-
wip: improve internal reducer types
-
wip: improve typings
-
wip: improve typings and move types to separate folder
-
wip: make action names be defined in given action interface
-
wip: ensure that state field for fetchable action is correct
-
wip: simplify selectors improve their typings
-
wip: provide selector types to createDuck
-
wip: require State and Actions generics
-
wip: improve reactions and thunks types
-
fix: fetchableAction field typing
-
wip: cleanup
-
wip: fix 'get' selector return type
-
fix: fetchable action reducer overrides
-
wip: fix typed examples
-
wip: update examples
-
fix: broken tests
-
feat: removed duck terminology and rename exported methods
-
feat: update fetchable helper API
-
fix: cleanup types and example
-
docs: fix wrong statuses import
-
build: update babel env target
-
Rename createApiAction to fetchableAction.