Skip to content

Commit 8364424

Browse files
committed
Release 0.19.0
1 parent 2d0e483 commit 8364424

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.19.0](https://github.com/will-stone/2n8/compare/0.18.4...0.19.0) (2025-05-14)
4+
5+
### Minor changes
6+
7+
- Subscriptions are now tracked by field
8+
([2d0e483](https://github.com/will-stone/2n8/commit/2d0e48395d9b50b33cf54d34384daf7770d20df3))
9+
10+
This means subscriptions will not fire if the thing they are tracking hasn't
11+
changed.
12+
13+
This has also had an affect on when state officially changes which is now only
14+
after an emit.
15+
316
## [0.18.4](https://github.com/will-stone/2n8/compare/0.18.3...0.18.4) (2025-05-14)
417

518
### Patches

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "2n8",
3-
"version": "0.18.4",
3+
"version": "0.19.0",
44
"description": "Simple state management.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)