Skip to content

Releases: angular-redux/ng-redux

v4.4.5

04 May 15:08
Compare
Choose a tag to compare

Fixes memory leak on $destroy

v4.4.4

04 May 15:11
Compare
Choose a tag to compare

Broken release. Use 4.4.5 instead

v4.4.3

05 Mar 13:55
Compare
Choose a tag to compare

Updated lodash from v4.17.20 to v4.17.21

v4.4.2

10 Feb 16:54
Compare
Choose a tag to compare

Updated lodash from v4.17.13 to v4.17.20

3.5.2

06 Sep 18:19
Compare
Choose a tag to compare

Bugfix:
Configure transform-runtime for all builds #162

3.5.1

05 Sep 04:40
Compare
Choose a tag to compare
  • build fixes
  • source maps
  • object assign ponyfill
  • typings update

3.5.0

25 Aug 21:39
Compare
Choose a tag to compare
  • deprecation notice for removing Bower support (will be removed in 4.0.0) (#151)
  • dispatch result return (#120)
  • remove unneeded $scope injection (#108)
  • copy over Symbol from Redux's createStore (#129, #144)
  • type definition fix (#114)
  • dependency updates (#150)
  • general doc updates/cleanup (#150)
  • npm scripts syntax that uses binaries directly (#146)
  • prepublish scripts + .npmignore (#150)

Other features/fixes:

  • set env to production

3.4.0

31 Jul 15:46
Compare
Choose a tag to compare
Release for v3.4.0

3.3.0

14 Jan 15:55
Compare
Choose a tag to compare
  • Fix a breaking change with initialState in createStoreWith
  • Fix Symbol issues through Babel

Support InitialState

10 Jan 19:25
Compare
Choose a tag to compare

initialState has been added as parameter for createStoreWith.