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

Rename createAction to createActionCreator and make createAction an alias for it #34

Merged
merged 2 commits into from
Apr 4, 2019

Conversation

the-dr-lazy
Copy link
Owner

As described in #30 this PR rename createAction to createActionCreator and make createAction as an alias for createActionCreator.

This PR closes #30.

@the-dr-lazy the-dr-lazy self-assigned this Apr 4, 2019
@the-dr-lazy the-dr-lazy added the enhancement New feature or request label Apr 4, 2019
@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #34 into next will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           next    #34   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         9      9           
  Lines        44     46    +2     
  Branches      9     11    +2     
===================================
+ Hits         44     46    +2
Impacted Files Coverage Δ
src/create-handler-map.ts 100% <ø> (ø) ⬆️
src/of-type.ts 100% <ø> (ø) ⬆️
src/index.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 c4c51e5...352d0bb. Read the comment docs.

@the-dr-lazy the-dr-lazy added this to the v1.4.0 milestone Apr 4, 2019
@the-dr-lazy the-dr-lazy changed the base branch from master to next April 4, 2019 11:57
@the-dr-lazy the-dr-lazy merged commit 313ae72 into next Apr 4, 2019
@the-dr-lazy the-dr-lazy deleted the rename-create-action branch April 4, 2019 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant