Skip to content

Commit

Permalink
feat: add observable queue
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Jan 27, 2023
1 parent 13b7e6d commit e8eafa2
Show file tree
Hide file tree
Showing 6 changed files with 960 additions and 4 deletions.
8 changes: 6 additions & 2 deletions mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 2.1.4

- feat: add ObservableQueue by [@amondnet](https://github.com/amondnet) in [#892](https://github.com/mobxjs/mobx.dart/pull/892)

## 2.1.2 - 2.1.3

- Fix tests in dart 2.19 - [@amondnet](https://github.com/amondnet)
- Fix tests in dart 2.19 by [@amondnet](https://github.com/amondnet) in [#879](https://github.com/mobxjs/mobx.dart/pull/879)
- Dart formatting fixes

## 2.1.1

- Allow a custom equals parameter for ObservableStream - [@amondnet](https://github.com/amondnet)
- Allow a custom equals parameter for ObservableStream by [@amondnet](https://github.com/amondnet) in [#771](https://github.com/mobxjs/mobx.dart/pull/771)

## 2.1.0

Expand Down
1 change: 1 addition & 0 deletions mobx/lib/src/api/observable_collections.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ import 'package:mobx/mobx.dart';
part 'observable_collections/observable_list.dart';
part 'observable_collections/observable_map.dart';
part 'observable_collections/observable_set.dart';
part 'observable_collections/observable_queue.dart';
Loading

0 comments on commit e8eafa2

Please sign in to comment.