Skip to content

Commit

Permalink
computed_collections: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstniy committed Oct 9, 2024
1 parent d0b8b43 commit 425fe52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/computed_collections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.1 - 2024-10-09

- `.flat`: Fixed a bug where subscribing only to `.changes` was broken
- `CSTracker`: Iterate over key/value streams instead of key changes if there are fewer of them
- Added `.fromChangeStreamWithPrev`, `.fromPiecewise` and `.fromPiecewiseComputed`

## 0.1.0 - 2024-09-16

Initial release
9 changes: 5 additions & 4 deletions packages/computed_collections/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ packages:
computed:
dependency: "direct main"
description:
path: "../computed"
relative: true
source: path
version: "0.5.0"
name: computed
sha256: "6488d9ca1ebaaadb04acd575b56291e80574a2b57b331a3734fde982ac588313"
url: "https://pub.dev"
source: hosted
version: "0.5.1"
convert:
dependency: transitive
description:
Expand Down
7 changes: 2 additions & 5 deletions packages/computed_collections/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ description: Performant and flexible functional reactive programming for collect

repository: https://github.com/mstniy/computed.dart/tree/master/packages/computed_collections

publish_to: none

version: 0.1.0
version: 0.1.1

environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
meta: ">=1.3.0 <2.0.0"
fast_immutable_collections: "^10.2.4"
computed:
path: ../computed
computed: "^0.5.1"
dev_dependencies:
lints: ^4.0.0
matcher: ^0.12.16
Expand Down

0 comments on commit 425fe52

Please sign in to comment.