Skip to content

Unidux v0.3.0

Compare
Choose a tag to compare
@mattak mattak released this 26 Jun 16:18
· 122 commits to master since this release

2017-06-27 v0.3.0

Breaking Changes

  • Store interface is heavily changed for supporting new features.
  • Remove IRenderer, IUniduxSubscriber #80
  • IsStateChanged() => IsStateChanged #78
  • Remove generics restriction of IStateClone #82
  • Discard AddRenderer & Replace it by UniRx.Subject #73
  • Discard onetime value support #56
  • Discard Binder #62

Features

  • Support deep cloning of State object #46
  • get state interface to IStore #72
  • Simplify reducer implementation #24
  • EdtiorExtension for saving state & reloading state #47
  • Bump version to Unity 5.6.1 #85
  • Middleware support #55

Etc

  • More explanatory generic arguments in docs #68
  • Replace one character generic argument to be more explanatory #67
  • Enable syntax highlighting in docs #65