Releases: Bielik20/ts-libs
Releases · Bielik20/ts-libs
v1.0.0-beta.11
v1.0.0-beta.10
v1.0.0-beta.9
1.0.0-beta.9 (2021-08-09)
Bug Fixes
- rx-state: rename connecting$ to connecting$$ (8b56667)
Features
- rx-state: make certain options optional (a0ac6f4)
BREAKING CHANGES
- rx-state: rename connecting$ to connecting$$
v1.0.0-beta.8
1.0.0-beta.8 (2021-08-09)
chore
- rx-state: extract ConnectionsManager cache to ObservablesCache (93f9d3c)
Features
- rx-state: add ObservablesCache (3c74ce7)
BREAKING CHANGES
- rx-state: This removes preventMultiple options.
API is stable and there is no need to opt out.
v1.0.0-beta.7
1.0.0-beta.7 (2021-07-26)
Features
v1.0.0-beta.6
v1.0.0-beta.5
1.0.0-beta.5 (2021-07-06)
Bug Fixes
- rx-state: connect$ returns Array instead of ReadonlyArray (5e3963d)
Features
v1.0.0-beta.4
1.0.0-beta.4 (2021-06-30)
Bug Fixes
- rx-state: export missing connect-subject (826c00b)
- manually add core-js and tslib as peerDependency (1e891a9)
Features
v1.0.0-beta.3
1.0.0-beta.3 (2021-06-12)
Features
- allow broader input for connect structures (a88fe67)
- make timeout optional (87f920f)
- replace RxArray(s) methods with modify method (474aad0)
BREAKING CHANGES
- append, prepend, removeItems are now handled by modify