Skip to content

Latest commit

 

History

History
152 lines (69 loc) · 5.55 KB

File metadata and controls

152 lines (69 loc) · 5.55 KB

3.0.0 (2024-03-06)

Fixes & improvements

BREAKING CHANGES

  • new bundling flow may affect smth (6379919)

1.8.4 (2022-01-31)

Bug Fixes

1.8.3 (2021-08-15)

Bug Fixes

  • update deps, fix some vuls (6f852e3)

1.8.2 (2021-04-28)

Bug Fixes

1.8.1 (2020-10-25)

Bug Fixes

  • use WeakMap instead of Map for target refs (ef44497)

1.8.0 (2020-10-25)

Features

  • apply proxies caching for root level targets (fcc0652)

1.7.0 (2020-10-24)

Features

1.6.0 (2020-10-21)

Features

  • make value resolution be lazy (26a65c8)

1.5.0 (2020-10-21)

Features

  • let PROXY directive be used as pre-configured deepProxyFactory (9ddede1), closes #5

1.4.1 (2020-10-20)

Bug Fixes

1.4.0 (2020-10-20)

Bug Fixes

  • typings: update DeepProxyConstructor iface (185426f)
  • check proxy target type (e1a68e5)

Features

  • provide nested proxies caching (ae54a7f), closes #9

1.3.1 (2020-10-18)

Bug Fixes

  • readme: fix inaccuracies and typos (4767ae5)

1.3.0 (2020-10-18)

Bug Fixes

  • check object-like proxy targets against null (dc46084)

Features

  • add createDeepProxy factory (82eb58d)

Performance Improvements

1.2.1 (2020-10-18)

Bug Fixes

  • apply proper path on proxy nesting (cb9cd77)

1.2.0 (2020-10-18)

Features

  • add proxy and traps (proxyHandler methods map) to handler context (ee6cb53)

1.1.0 (2020-10-18)

Features

  • add handler self-ref to handler context (f1bd585)

1.0.2 (2020-10-16)

Bug Fixes

1.0.1 (2020-10-16)

Bug Fixes

1.0.0 (2020-10-15)

Features

  • add basic description and impl draft (05f4ec7)
  • add directives to proxy handler context (793e2fb)
  • add handler directives PROXY and DEFAULT (1a96c8d)