Skip to content

Releases: GuillaumeSalles/redux.NET

v2.0.0

15 Mar 03:37
Compare
Choose a tag to compare

.NET Standard support

v1.0.1

10 Sep 19:30
Compare
Choose a tag to compare

Replace Rx-Main 2.2.5 dependency by System.Reactive 3.0.0.

https://www.nuget.org/packages/Redux.NET/1.0.1

v0.5.0

06 Mar 23:51
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Store is now thread safe.

v0.4.0

25 Feb 10:54
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Breaking changes :

  • Reverse parameters order for store constructor. (initialState, reducer) become (reducer,initialState).
  • Subscribe is not on CurrentThread anymore. This behavior will be enable via store enhancer in a future release.
  • InitialState is now optional