Skip to content

Releases: mattak/Unidux

Unidux v0.4.2

12 Aug 23:51
Compare
Choose a tag to compare

Bug fixes

  • #153 hot fix for upm version tag and create release script

Unidux v0.4.1

12 Aug 13:29
fc5c119
Compare
Choose a tag to compare

BugFixes

  • #151 Fix name of Experimental Editor asmdef
  • #150 StateJsonEditor should ignore package.json (by @shiena)
    • .unidux.json or .unidux_json are now handled by StatePanel

Unidux v0.4.0

11 Aug 03:46
9a16f58
Compare
Choose a tag to compare

Changes

All updates are related by #142 (upm support)
Thanks @shiena

  • #149 document updated
  • #148 asmdef updated
  • #147 minijson namespace renamed
  • #146 remove unirx plugin and refer upm
  • #145 remove flashlayer on samples
  • #144 bump up unity version 2019.4.29f1
  • #143 update ignorefile

Unidux v0.3.4

12 Oct 15:13
Compare
Choose a tag to compare

Bug Fixes

  • #136 Fix .NET 4.x runtime causes IObservable not found errors (@kn1cht)
  • #130 Eliminate warnings of UnityEngine.Networking.UnityWebRequest.Send()' is obsolete:
  • #129 Update Unity version to 2018.2.8f
  • #124 FIX README
  • #135 ScriptTemplates is not included in the latest unitypackage (@kn1cht)

Unidux v0.3.3

29 Oct 16:42
Compare
Choose a tag to compare

2017-10-30 v0.3.3

Features

  • Performance improvement of StateTab (#118)
  • Support Stack, Queue on StateEditor (#117)

Bug Fixes

  • Render null class on StateEditor (#116)

Unidux 0.3.2

11 Oct 01:32
Compare
Choose a tag to compare

2017-10-11 v0.3.2

Features

  • Create default Equals implementation (#95)
  • Optimize clone performance (#104)
  • Create base class patterns of StateElement (#103)

Bug Fixes

  • Bugs of Enum selection on StateEditor (#105)
  • Show uint? on StateEditor (#114)

Etc

  • REST example (#94)
  • Divide core logic to different folder (#111)
  • Create scene transition example (#15)

Unidux v0.3.1

05 Sep 16:27
Compare
Choose a tag to compare

2017-09-06 v0.3.1

Breaking Changes

  • Delete IStateClone #97

Features

  • Create template for Unidux component #71
  • Separate dependency of JsonUtility #88
  • Editor extension to watch State object #5

Bug Fixes

  • Fix bug: Detecting field change #91

Etc

  • Update Unity version to 2017.1 #98

Unidux v0.3.0

26 Jun 16:18
Compare
Choose a tag to compare

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

Unidux v0.2.2

10 Jan 03:32
Compare
Choose a tag to compare

2017-01-10 v0.2.2

Features

  • Show warning if missing reducer #58
  • Create TodoListExample #14

Unidux v0.2.1

23 Dec 16:23
Compare
Choose a tag to compare

2016-12-24 v0.2.1

Breaking Changes

  • All scripts was moved into Plugins folder #44

Etc

  • Apply ducks proposal to Example/{Counter,List} #49 #51
  • Refer UniRx and improve Example/{Counter,List} #52