rx 0.3.0 rx: ^0.3.0 copied to clipboard
Reactive Extensions Library for Dart providing an API for asynchronous programming with observable streams.
Changelog #
0.3.0 #
0.2.0 #
- Dart 2.17 requirement.
- Add a redux like store, and example.
- Add
race
constructor. - Add
takeUntil
andskipUntil
operators. - Move assertions earlier when possible.
- Improved testing infrastructure, and test coverage.
0.1.3 #
- Dart 2.14 requirement.
0.1.2 #
- Dart 2.13 requirement.
- Various typing improvements and optimizations.
0.1.0 #
- Dart 2.12 requirement and null-safety.
0.0.8 #
catchError
is now properly typed by the exception.
0.0.7 #
- Cleanup action callback code.
- StackTrace is always optional.
- Improve documentation.
0.0.6 #
- Reworked or added time based operators:
audit
,debounce
,throttle
, andsample
.
0.0.5 #
- Renamed Subscription to Disposable.
- Countless simplifications and optimizations.
- Better tests for async scheduler.
0.0.4 #
- Operators as static extension methods.
- More operators, converters, and constructors.
0.0.3 #
- Subject and multicast basics.
0.0.2 #
- Operator and composition basics.
0.0.1 #
- Initial version.