release @angular-kit/rx-stateful 1.1.0
·
180 commits
to main
since this release
Features
- rx-stateful: provide possibility to configure rxStateful$ globally (04d2d53)
- rx-stateful: allow custom accumulation function (04d2d53), closes #53
- rx-stateful: consider keepErrorOnRefresh configuration (9d50df8)
- rx-stateful: enhance config by a custom error mapping function (2012f8e)
- rx-stateful: set keepErrorOnRefresh to false initially (49617e0)
Bug Fixes
- rx-stateful: keepValueOnRefresh defaults now to false (e20c605)
- rx-stateful: remove 'idle' context (5585b67)
- rx-stateful: set resetOnRefCountZero = true (e5f1f02)
Code Refactoring
- rx-stateful: drop support for signals (0cf756f)
BREAKING CHANGES
- rx-stateful: Signals no longer explicitly supported