You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v2.0.1 - restore BehaviorSubject behavior for `HydratedSubject` (#25)
* Use BehaviorSubject internally
* Clean up test messages, don't double-check listener behavior
* Use expanded test reporter for CI (better logging)
* Rename typing_utils.dart -> type_utils.dart
* Add documentation note that the class behaves as `BehaviorSubject`.
* Readability improvements
* Remove unused completer, reformat
* Fix value setter
* Remove unused SubjectValueWrapper class
* Update doc string
* Update CHANGELOG.md, fix typo, bump version to 2.0.1