Skip to content

Releases: violetgrass/statemanager

StateManager v2.0

01 Dec 21:26
Compare
Choose a tag to compare

Features

  • Update to .NET 8
  • Multi Dispatch with a single call to simplify code writing

Pending

  • Documentation

Version 1.0.1 - First Version 🎈🎆🎇

06 May 22:50
Compare
Choose a tag to compare

Features

  • Runs Reducers and Effects on a State
  • Announces changes via Observables
  • Allows to declare sub states
  • Fully Async (I know, but reality ;))
  • Functional and OOP oriented organization of reducers and effects possible

Pending

  • Documentation, README, etc.