Releases: samrith-s/genshi
Releases · samrith-s/genshi
v1.0.0
First official release of Genshi! 🎉 🥳
To learn more about Genshi's motivation and core concepts, check out the following docs:
Genshi is available for React via an official adapter. But you can just as easily use it with any JavaScript library or framework.
Genshi has two major packages, for which you can find the relevant API reference on the website:
@genshi/core
- The core package which can be integrated with any JavaScript library@genshi/react
- The official adapter to use Genshi with a React app
Explore the website for full documentation and guides!
v0.0.1
- Remove
getState
from effect since there already is access tostate
property - Add checks to prevent accidental updates to
state
property exposed byStateManager
from inheriting classes - Seal the state value returned by
getState
to ensure no accidental mutation
v0.0.0
First release of Genshi - simple, effective and composable state management for JavaScript!
This release consists of two packages: