Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.4.1 #80

Merged
merged 30 commits into from
Jun 9, 2019
Merged

Release v1.4.1 #80

merged 30 commits into from
Jun 9, 2019

Conversation

the-dr-lazy
Copy link
Owner

@the-dr-lazy the-dr-lazy commented Jun 9, 2019

1.4.1 (2019-06-09)

Bug Fixes

  • infer return type of reducer from return type of handlers (6b6edaa), closes #55
  • nested DeepImmutable and Immutable types neutralization (d3f9a1a), closes #65

Contributors

Thanks to @LouizFC, @simonmarton, @Haaxor1689, @rlesniak and all other contributors who cause this release.

Mohammad Hasani and others added 25 commits April 25, 2019 02:04
* chore(package): update rollup to version 1.12.0

related to #56 and #57

* chore(package): update lockfile yarn.lock
* chore(package): update rollup-plugin-commonjs to version 10.0.0

* chore(package): update lockfile yarn.lock
* chore(package): update rollup-plugin-node-resolve to version 5.0.0

* chore(package): update lockfile yarn.lock
* docs: add using redux-observable with deox to FAQ

* docs(readme): link redux-observable example to FAQ page
* chore(package): update rollup to version 1.14.4

* chore(package): update lockfile yarn.lock
…r type

* refactor: renamed Reducer to Handler

* fix: reintroduce Reducer type with the correct signature

* fix: update create-action-creator snapshot

* fix: remove obsolete snapshots

* fix: return ActionType helper to the previous version

closes #64
* fix: infer return type of reducer from return type of handlers

closes #55

* test: add DTS tests for createReducer
@the-dr-lazy the-dr-lazy added this to the v1.4.1 milestone Jun 9, 2019
@codecov
Copy link

codecov bot commented Jun 9, 2019

Codecov Report

Merging #80 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #80   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines          46     47    +1     
  Branches       11     11           
=====================================
+ Hits           46     47    +1
Impacted Files Coverage Δ
src/index.ts 100% <100%> (ø) ⬆️
src/get-type.ts 100% <100%> (ø) ⬆️
src/create-handler-map.ts 100% <100%> (ø) ⬆️
src/of-type.ts 100% <100%> (ø) ⬆️
src/create-reducer.ts 100% <100%> (ø) ⬆️
src/create-action.ts 100% <100%> (ø)
src/create-action-creator.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fbdfd2...259e636. Read the comment docs.

@the-dr-lazy the-dr-lazy merged commit e2e1312 into master Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant