All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2022-06-07)
- Drop support for Node 12
Note: The code has not changed, but the cost of maintaining the tools is too high.
- Update
devDependencies
(#258) (df64568) - Update dependencies and workflows (#348) (3d54289)
- Update dev dependencies (#304) (6b6a404)
- upgrade rxjs from 7.5.4 to 7.5.5 (#291) (4e89239)
4.0.2 (2021-12-13)
4.0.1 (2021-12-13)
[4.0.0] (https://github.com/Jason3S/rx-stream/compare/v3.3.0...v4.0.0) (2021-12-08)
- Move to RxJs 7
3.3.0 (2021-07-18)
- Support Object streams How do we create an Object stream from Observable? · Issue #17
- Added a unit test that reads / writes to a file. I was investigating when rx-stream broke with rxjs 6.3. In the end, it was due to an issue with rxjs. See: rxjs #4071, rxjs #4072, rxjs #4073
- Breaking change: streamToRx - now returns Observable
- refactor(rxToStream): removes recursion, reduces overall size of impl… #4
- Move to RxJs 6
- Move to RxJs 5.5