This repository was archived by the owner on Apr 27, 2024. It is now read-only.
Releases: charslaw/Playdux-Unity
Releases · charslaw/Playdux-Unity
Version 7.0.1
7.0.1
Version 7.0.0
7.0.0
Version 6.0.0
6.0.0
Version 5.0.0
Version 4.0.0
Version 3.0.0
Version 2.1.2
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
FIXED
- Update package.json version.
- Update package.json with UniRx dependency.
Version 2.1.0
Add StoreBehaviour, a MonoBehaviour wrapper for a Store. Also extracts interfaces for Store.
ADDED
StoreBehaviourStoreBehaviourexamples
CHANGED
- Extract
IStore,IActionDispatcher, andIStateContainerfromStore. - Simplify, improve the example
Copybehavior for example classes.
FIXED
- Date format in change log is wrong 🤦♂️
Version 2.0.0
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
StoretoAReSSO.Storenamespace. - Moved
IActiontoAReSSO.Storenamespace. - Moved
PropertyChangetoAReSSO.CopyUtilsnamespace.