All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.14 (2021-01-30)
0.3.13 (2020-09-28)
0.3.12 (2020-06-13)
- don't emit on nested RxObject change (c392137)
0.3.11 (2020-05-30)
- combineMixed: remove object input (c87992e)
- reactive: error in member expr on RxObject (fdf2936)
- RxObject: error on assignment of observable (9386568)
- evaluation errors (a37a39c)
- RxObject: only deep recurse in plain objects (b5cc731)
0.3.10 (2020-04-26)
- RxObject: cache to avoid circular ref in deep (5f29f08)
- RxObject: fix deep not working on assignement (9b39c79)
0.3.9 (2020-04-19)
0.3.8 (2020-04-19)
- export RxObject interface (f30434b)
- assignement of observable to reactive object (0ccd63c)
0.3.7 (2020-04-12)
- allow to pass lvalue unchecked (a61b7f1)
- RxObject, must validate against null (10f3be3)
0.3.6 (2020-04-03)
- not unsusbcribing properly of shareReplay (1e826f7)
0.3.5 (2020-03-23)
0.3.4 (2020-03-22)
- regression in fcall on member exp (303723e)
0.3.3 (2020-03-18)
- add nullish coalescing operator evaluation (397b38e)
- add optional chain evaluation (218f2db)
- add reactive eval of destructuring assignmt (74cd9f6)
0.3.2 (2020-01-29)
- handling of lvalues (e3bfda5)
- RxObject: adds deleteProperty handler (33f6851)
- try to resolve arrow function expression (5e99f9f)
0.3.1 (2019-07-14)
- combineLatest: add missing overload (db2f443)
0.3.0 (2019-07-13)
- support arrow function expressions (481c5e9)
0.2.2 (2019-07-13)
- combineMixed: first param not detected as Obs (8efcd41)
0.2.1 (2019-07-12)
- assignment of observable to RxObject (e26d4c7)
0.2.0 (2019-03-10)
- RxObject: add custom handler support (28ae4e5)
0.1.2 (2018-08-26)
- use generics in RxObject for better typing (ec888b4)
0.1.1 (2018-08-17)
- evaluation of short-circuited operators (03fed8b)
- initial implementation (02bedc3)