Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Apr 21, 2024
1 parent 0f050c2 commit 4be132f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## 2.0.0

- **Added**: XStaManager - provides a unified interface for basic state management operations.
- **Changed**: Notification sent to components to rebuild when their associated state is deleted, improving reactivity.

## 1.0.2

- Feat: Support for implicit state updates with component re-render notifications.
- **Added**: Support for implicit state updates with automatic component re-rendering.

## 1.0.1

- Fix: Improved example for accessing and updating global state from external functions.
- **Improved**: Example code demonstrating how to access and update global state from external functions.

## 1.0.0

- Initial release.
- Initial release of the state management library.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xsta",
"version": "1.1.0",
"version": "2.0.0",
"type": "module",
"description": "An ultra-lightweight (<200 lines) React state management solution with zero learning curve and migration costs.",
"license": "MIT",
Expand Down

0 comments on commit 4be132f

Please sign in to comment.