Releases: Temzasse/reducktion
Releases · Temzasse/reducktion
v5.5.1
26 Mar 08:32
Compare
Sorry, something went wrong.
No results found
5.5.1 (2019-03-26)
Bug Fixes
clear fetchable data value to initial value (36794e9 )
v5.5.0
21 Mar 16:11
Compare
Sorry, something went wrong.
No results found
5.5.0 (2019-03-21)
Features
data updater function for fetchable action (5e349d6 )
v5.4.0
08 Mar 12:46
Compare
Sorry, something went wrong.
No results found
5.4.0 (2019-03-08)
Features
clear fetchable state back to initial (6778376 )
v5.3.0
04 Mar 09:17
Compare
Sorry, something went wrong.
No results found
5.3.0 (2019-03-04)
Features
add way to track fetchable actions without state field (3a8f5d0 )
v5.2.0
15 Feb 08:56
Compare
Sorry, something went wrong.
No results found
5.2.0 (2019-02-15)
Features
add fetchable.noop() for no-op reducers (68078a9 )
v5.1.0
18 Jan 20:34
Compare
Sorry, something went wrong.
No results found
5.1.0 (2019-01-18)
Features
enable composing selectors and require model selector types (29ba577 )
v5.0.1
17 Jan 09:55
Compare
Sorry, something went wrong.
No results found
5.0.1 (2019-01-17)
Bug Fixes
improve typings for deps/inject and action payload (66e4be1 )
v5.0.0
16 Jan 15:29
Compare
Sorry, something went wrong.
No results found
5.0.0 (2019-01-16)
Features
add fetchable value and action helpers (067abfd )
Rework library and add TS support (#5 ) (7f3dc9c ), closes #5
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.
v4.1.0
09 Oct 20:27
Compare
Sorry, something went wrong.
No results found
4.1.0 (2018-10-09)
Features
allow accessing types from api helper action (88b58f5 )
v4.0.0
09 Oct 19:50
Compare
Sorry, something went wrong.
No results found
4.0.0 (2018-10-09)
Features
simplify implementation: separate thunks, add API actions helper, and simple "get" selector (b2fb183 )
BREAKING CHANGES
thunks are now separated.