Skip to content

Releases: olegman/redux-actions-helpers

1.1.1

21 Jul 11:48
4eeb64f
Compare
Choose a tag to compare

1.1.0

02 Dec 11:46
70d4b7c
Compare
Choose a tag to compare
1.1.0

1.0.6

28 Nov 12:12
6f3f4f3
Compare
Choose a tag to compare
1.0.6

1.0.5

25 Feb 14:19
4febe6f
Compare
Choose a tag to compare
1.0.5

1.0.4

05 Mar 06:35
921cee2
Compare
Choose a tag to compare
1.0.4

1.0.3

04 Mar 16:03
Compare
Choose a tag to compare

Added clearRegistry method

1.0.2

27 Oct 13:09
Compare
Choose a tag to compare

Minor changes

Bugfixes

  • Computed property of object must be stirng, number or any (b308916)

1.0.1

03 Oct 18:22
Compare
Choose a tag to compare

In 1.0.0 was problem with installation(#19), when typings not installed globally, sorry for that 🙏 My fault, first project in TypeScript 😅 @lamo2k123 thanks for bug report!

Bugfixes

  • Remove typings from postinstall (657ee3c)

1.0.0

29 Sep 12:24
Compare
Choose a tag to compare

First of all I want to say thanks for people who support me with ⭐️ on GitHub and help me with advices and good words, you are really awesome and help me a lot to stay motivated to bring this exciting release 🎉 🎊 🍾 Special thanks goes to: @lamo2k123, @izonder, @ramoona, @GrigoriyZander, @lutien, @ivan-hilckov, @abdusalamov.

Breaking changes

  • Second argument of handleActions is now accepts options object instead of initialState (defaultState), so you need to pass initialState in that object, like this { initialState } this was affected by adding warning for unknown action

Major changes

  • Added support for multiple actions in one handler, now you can combine actions by + operator, like so: [action + secondAction]: handlerFunction see details in corresponding issue (#8)
  • Complete rewrite to TypeScript. Now it's easier to integrate in TypeScript projects and can be helpful with IDE suggestions, because we have d.ts files (f620fcf)
  • Added warning for unknown action (69f82ba)
  • Added warning when creating params with type property (104565d)

0.0.3

27 Sep 15:23
Compare
Choose a tag to compare

Added check to avoid duplicate actions (3d416cb)