Skip to content

Commit f156827

Browse files
committed
feat: add observable queue
1 parent 66e9a97 commit f156827

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

mobx/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
## 2.1.4
2+
3+
- feat: add ObservableQueue by [@amondnet](https://github.com/amondnet) in [#892](https://github.com/mobxjs/mobx.dart/pull/892)
4+
15
## 2.1.2 - 2.1.3
26

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

610
## 2.1.1
711

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

1014
## 2.1.0
1115

mobx/lib/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Generated via set_version.dart. !!!DO NOT MODIFY BY HAND!!!
22

33
/// The current version as per `pubspec.yaml`.
4-
const version = '2.1.3';
4+
const version = '2.1.4';

mobx/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mobx
2-
version: 2.1.3
2+
version: 2.1.4
33
description: "MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps."
44

55
homepage: https://github.com/mobxjs/mobx.dart

0 commit comments

Comments
 (0)