@boneskull/unexpected-rxjs
Version:
RxJS Assertions for Unexpected
52 lines (27 loc) • 1.97 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [0.3.0](https://github.com/boneskull/unexpected-rxjs/compare/v0.2.4...v0.3.0) (2021-06-07)
### ⚠ BREAKING CHANGES
- Node.js v12+ minimum version. Will run on older though
### Bug Fixes
- upgrade everything, rename pkg ([bb267a5](https://github.com/boneskull/unexpected-rxjs/commit/bb267a5854b81b085d021ccae78ed808609e4865))
### [0.2.4](https://github.com/IBM/unexpected-rxjs/compare/v0.2.3...v0.2.4) (2019-08-28)
### [0.2.3](https://github.com/IBM/unexpected-rxjs/compare/v0.2.2...v0.2.3) (2019-07-12)
### Bug Fixes
- **pkg:** clean & build pre-release ([413a762](https://github.com/IBM/unexpected-rxjs/commit/413a762))
### [0.2.2](https://github.com/IBM/unexpected-rxjs/compare/v0.2.1...v0.2.2) (2019-07-12)
### [0.2.1](https://github.com/IBM/unexpected-rxjs/compare/v0.2.0...v0.2.1) (2019-07-12)
### Bug Fixes
- **pkg:** address lodash vulns ([47a48d7](https://github.com/IBM/unexpected-rxjs/commit/47a48d7))
- **pkg:** update repo url ([41a77e1](https://github.com/IBM/unexpected-rxjs/commit/41a77e1))
- **pkg:** upgrade lint-staged to address vulns ([9338912](https://github.com/IBM/unexpected-rxjs/commit/9338912))
## [0.2.0](https://github.com/IBM/unexpected-rxjs/compare/v0.1.0...v0.2.0) (2019-07-02)
### Bug Fixes
- **pkg:** ES module must export default for use with unexpected ([f1d1026](https://github.com/IBM/unexpected-rxjs/commit/f1d1026))
### Features
- **assertions:** add missing "to emit error satisfying" assertion ([9b07f8c](https://github.com/IBM/unexpected-rxjs/commit/9b07f8c))
## 0.1.0 (2019-07-01)
### Bug Fixes
- initial release version ([9172d72](https://github.com/IBM/unexpected-rxjs/commit/9172d72))
### Features
- update docs, add browser support, tests ([dab674f](https://github.com/IBM/unexpected-rxjs/commit/dab674f))