All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2022-02-23)
- 🎸 add console error (909681e)
2.0.0 (2021-11-24)
- 🧨 Peer dep of ng13
- 🎸 upgrade to v13 (3353bb1)
1.4.1 (2021-09-17)
1.3.0 (2021-08-08)
- Add retainResult pipe which saves results across emissions (e9138bd)
- added new optional parameter to pass in an alternative startWith value for the retainResponse operator. (e1ccb0c)
- als retain valid null and undefined responses (3d27a8f)
- Fix typo in README (fe718f4)
- use relative imports to fix circular dependency error on build (f342f4a)
1.2.0 (2021-08-01)
- add default empty value for state parameter in createAsyncState function (48296d5)
- Add missing @ngneat/subscribe dependency, and update pre-commit to be able to run lint-staged (531202d)
- Make e2e green (c14e93a)
1.1.0 (2021-06-16)
- 🐛 add default value (ab008c6)