contextdart 1.0.2 contextdart: ^1.0.2 copied to clipboard
pure golang context.Context implements in dart
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.2 #
Bug Fixes #
- fix done should return BehaviorStream which contains last stream value (65b0bac)
1.0.1 #
Bug Fixes #
- fix done should be getter (6ebb7a8)
1.0.0 #
Features #
- feat BREAKING CHANGE switch to use Zone (6f335ab)
0.1.2 #
Bug Fixes #
- fix drop deps (fd0a261)
0.1.1 #
0.1.0 #
Features #
- feat merge withTypedValue into withValue (1bdd6ed)
0.0.5 #
Bug Fixes #
- fix Context.done() should return Stream
0.0.4 #
Bug Fixes #
- fix exceptions should readonly (46e584e)