Skip to content

Latest commit

 

History

History
78 lines (38 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

78 lines (38 loc) · 3.31 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2022-02-23)

Features

2.0.0 (2021-11-24)

⚠ BREAKING CHANGES

  • 🧨 Peer dep of ng13

Features

1.4.1 (2021-09-17)

Bug Fixes

1.3.0 (2021-08-08)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 🎸 createAsyncStore (735313b)
  • Add missing generic Error type to toAsyncState functions (c237e3c)

Bug Fixes

  • 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)

Features

1.0.0 (2021-03-14)

Features

Bug Fixes