Releases: AlexInLog/ReactivePlusPlus
Releases · AlexInLog/ReactivePlusPlus
Release list
v0.0.3
Overview:
- Techical update with refactoring of tests, improving quality of tests
- New operator
switch_on_next - Reducing binary size and templates amount
- Fixed critical issue which prevented intellisense from type-deduction of observables types
- First contributor to rpp: @tcw165 =)
What's Changed
- Improve tests by @victimsnino in #138
- Switch on next by @victimsnino in #141
- Open up submodule/catch2 for everyone. by @tcw165 in #142
- Support gitignore to wider IDEs/build-systems. by @tcw165 in #146
- Fix binary bloat by @victimsnino in #151
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Changes since last release:
- dramatically improved docs:
- added new scheduler
run_loop - significantly decreased coupling of code, declarations and includes
- fixed major issue with multicasts
- added
with_latest_fromoperator
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial Release is out!
Implemented most of the base operators and classes, required for initial development
List
Classes:
- Observables
- Specific Observable
- Dynamic Observable
- Blocking Observable
- Connectable Observable
- Observers
- Specific Observer
- Dynamic Observer
- Subscribers
- Specific Subscriber
- Dynamic Subscriber
- Subscriptions
- Composite Subscription
- Callback Subscription
- Schedulers
- Immediate
- New Thread
Creating
- Create
- Just
- + memory_model
- empty/never/error
- from
- iterable
- callable
Transforming
- map
Filtering
- filter
- take
Conditional
- take_while
Combining
- merge
- observable of observables
- merge with
Utility
- observe_on
- repeat
Connectable
- publish
- multicast
- connect
- ref_count
