Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Releases: charslaw/Playdux-Unity

Version 7.0.1

20 Apr 20:48

Choose a tag to compare

Version 7.0.0

20 Apr 20:48

Choose a tag to compare

Version 6.0.0

20 Apr 20:48

Choose a tag to compare

Version 5.0.0

19 Apr 16:07

Choose a tag to compare

Version 4.0.0

15 Apr 19:17

Choose a tag to compare

Version 3.0.0

12 Apr 22:30

Choose a tag to compare

Version 2.1.2

02 Mar 02:50
a295eb8

Choose a tag to compare

Adds the missing aresso_icon meta file as not having it causes error messages in projects that import the AReSSO package.

FIXED

  • Add aresso_icon.svg.meta.

Version 2.1.1

27 Feb 02:01
fd4f0f0

Choose a tag to compare

FIXED

  • Update package.json version.
  • Update package.json with UniRx dependency.

Version 2.1.0

27 Feb 01:17
314545d

Choose a tag to compare

Add StoreBehaviour, a MonoBehaviour wrapper for a Store. Also extracts interfaces for Store.

ADDED

  • StoreBehaviour
  • StoreBehaviour examples

CHANGED

  • Extract IStore, IActionDispatcher, and IStateContainer from Store.
  • Simplify, improve the example Copy behavior for example classes.

FIXED

  • Date format in change log is wrong 🤦‍♂️

Version 2.0.0

27 Feb 00:38
8d0e4a2

Choose a tag to compare

Moves Store and IAction to the Store namespace. Though small, this is a breaking change, thus v2.0.0.

ADDED

  • Added logo to readme.

CHANGED

  • Update readme with more detailed usage info.
  • Modify change log formatting to make it more readable.
  • Moved Store to AReSSO.Store namespace.
  • Moved IAction to AReSSO.Store namespace.
  • Moved PropertyChange to AReSSO.CopyUtils namespace.