v0.0.5
Overview
There are a lot of changes during this release! Below short overview:
- A lot of changed related to whole stability, compilation speed, generated files, IDE reaction and etc. Now RPP works much more stable and faster
- Implemented a lot of new operators:
- scan
- switch_map
- concat
- start_with
- interval
- distinct_until_changed
What's Changed
- Minor changes by @victimsnino in #166
- Scan by @victimsnino in #168
- Add CLion's generated files to .gitignore by @tcw165 in #169
- Add mix of never and observable test case to flat_map by @tcw165 in #174
- Add corner case test for switch_on_next by @victimsnino in #176
- Add auto-cleanup by default for
make_child
by @victimsnino in #173 - Resolve some linter/compiler warning messages by @tcw165 in #171
- Fix IDE warning for std::make_shared on primitive types with clang by @tcw165 in #178
- Add "switch_map" operator by @tcw165 in #175
- Concat operator by @victimsnino in #179
- start_with by @victimsnino in #181
- Interval by @victimsnino in #182
- Fix minor typos by @tcw165 in #183
- Distinct until changed by @victimsnino in #186
- Fix a lot of minor issues and IDE improvements by @victimsnino in #187
Full Changelog: v0.0.4...v0.0.5