Observable Membrane Versions Save

A Javascript Membrane implementation using Proxies to observe mutation on an object graph

v1.1.5

2 years ago

1.1.5 (2021-11-01)

This release fixes a configuration bug that led to an incomplete release in v1.1.4.

Bugfixes

v1.1.4

2 years ago

1.1.4 (2021-11-01)

Note: a configuration bug resulted in v1.1.4 being published to npm with incomplete files. Please upgrade directly to v1.1.5.

Bug Fixes

Performance Improvements

  • optimize reactive state handlers (#69) (cb575cd)

v1.1.3

2 years ago

1.1.3 (2021-09-09)

Bug Fixes

  • update dependencies and fix types for Proxy (#66) (fb7daec)
  • improve errors for read-only array mutations (#63) (415b2bd)

v0.26.1

2 years ago

0.26.1 (2019-03-13)

Bug Fixes

Performance improvements

v0.26.0

2 years ago

0.26.0 (2018-11-19)

Bug Fixes

Features

  • changelog: add conventional changlog and first version of the changelog (c37376c)

Performance Improvements

  • fix for small perf regression associated to defineProperties(). (9c54ec0)

v1.1.2

3 years ago

Internal

  • fix: scoping issue in publish script

v1.1.0

3 years ago

Improvements

  • #53: Remove proxy handler freeze optimization to support compat mode.

Internal

  • #60: npm package deployment using CircleCI.
  • #54, #56, #58: Various dependency updates.