Skip to content

Latest commit

 

History

History
180 lines (81 loc) · 6.57 KB

CHANGELOG.md

File metadata and controls

180 lines (81 loc) · 6.57 KB

Changelog

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)

Bug Fixes

  • don't emit on nested RxObject change (c392137)

0.3.11 (2020-05-30)

Bug Fixes

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

Bug Fixes

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

Features

  • export RxObject interface (f30434b)

Bug Fixes

  • assignement of observable to reactive object (0ccd63c)

0.3.7 (2020-04-12)

Features

  • allow to pass lvalue unchecked (a61b7f1)

Bug Fixes

  • RxObject, must validate against null (10f3be3)

0.3.6 (2020-04-03)

Bug Fixes

  • not unsusbcribing properly of shareReplay (1e826f7)

0.3.5 (2020-03-23)

Bug Fixes

  • error in reactive member (54a3d99)
  • fcall of computed member (417354b)

0.3.4 (2020-03-22)

Bug Fixes

  • regression in fcall on member exp (303723e)

0.3.3 (2020-03-18)

Features

  • add nullish coalescing operator evaluation (397b38e)
  • add optional chain evaluation (218f2db)
  • add reactive eval of destructuring assignmt (74cd9f6)

Bug Fixes

  • fixes regression in function call (f5f5c3d)
  • remove 'console' calls (67d7b74)

0.3.2 (2020-01-29)

Bug Fixes

  • handling of lvalues (e3bfda5)
  • RxObject: adds deleteProperty handler (33f6851)
  • try to resolve arrow function expression (5e99f9f)

0.3.1 (2019-07-14)

Bug Fixes

  • combineLatest: add missing overload (db2f443)

0.3.0 (2019-07-13)

Features

  • support arrow function expressions (481c5e9)

0.2.2 (2019-07-13)

Bug Fixes

  • combineMixed: first param not detected as Obs (8efcd41)

0.2.1 (2019-07-12)

Bug Fixes

  • assignment of observable to RxObject (e26d4c7)

0.2.0 (2019-03-10)

Features

  • RxObject: add custom handler support (28ae4e5)

0.1.2 (2018-08-26)

Bug Fixes

  • use generics in RxObject for better typing (ec888b4)

0.1.1 (2018-08-17)

Bug Fixes

  • evaluation of short-circuited operators (03fed8b)

0.1.0 (2018-08-16)

Features