Skip to content

Commit

Permalink
chore(alien_signals): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jan 10, 2025
1 parent d67dcdc commit 2e9aea2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pub/alien_signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.1.0

- feat: add `isDirty` and `runInnerEffects` utils
- perf: exit edge case condition early in propagate if possible
- refactor: combined flags for a subscriber in a notified state
- refactor: reduce if branch
- refactor: no longer use activeTrackId, activeScopeTrackId
- refactor: move batch logic out of system

## v0.0.17

- refactor: sync upstream
Expand Down
2 changes: 1 addition & 1 deletion pub/alien_signals/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alien_signals
description: The lightest signal library - Dart implementation of alien-signals.
version: 0.0.17
version: 0.1.0
repository: https://github.com/medz/alien-signals-dart/tree/main/pub/alien_signals
homepage: https://github.com/medz/alien-signals-dart

Expand Down

0 comments on commit 2e9aea2

Please sign in to comment.