Releases: Bielik20/ts-libs
Releases · Bielik20/ts-libs
v1.0.0-beta.1
v0.2.0-beta.1
0.2.0-beta.1 (2021-06-01)
Bug Fixes
- fix memory leak in useStreamValue (f5bd554)
- fix rx-state imports and compilation (c6f4135)
- rx-state: connecting is set only after subscribe (72bdfe3)
- rx-state: distinguish manual from natural invalidation (c4332fd)
- rx-state: manual invalidate marks as invalid not as not existent (e90d530)
- be more strict with types (39e1a3d)
- make so that useStream and usePromise accepts factory as an input (236a628)
- updating during render (e6b3e61)
Features
- http-client: allow to overwrite entire AjaxConfig in HttpClient (718951a)
- extract react-utils from ts-utils (28b55e2)
- rx-state: add ConnectBehaviorSubject (c8350e3)
- rx-state: add ConnectionManager (a342909)
- rx-state: add RxArray (880a57f)
- rx-state: add RxConnectArray (7867a52)
- rx-store: extend API to expose raw values (4b794ed)
- ts-utils: add unpackFactoryOrValue (07b22e0)
- ts-utils: add useCombineLatestValue hook (a19acd9)
- ts-utils: usePromise, useStream, useStreamValue accept factory or value (bfc1c88)
- add change$ stream to RxValidityMap (9877da0)
- add Falsy value type (3acf89d)
- add IdleResult to useStream (73f7d63)
- add omitUndefined operator (8b4eac3)
- add rx-map-store (6569789)
- add rx-validity-map (a7bb707)
- add RxArrays (945c9ec)
- add RxConnectedMapStore (0c77784)
- add RxMap (b75df29)
- add RxObject (834b9d0)
- add RxSet (8bc6ab8)
- add tapOnce operator (2e58ed9)
- add useStreamValue and remove idle state (72a3c13)
- add ValidityMap (9396a2f)
- allow useStream factory return falsy values (819d581)
- make so that useUnsubscribe gets deps argument (5f48051)