Skip to content

Releases: salesforce/observable-membrane

v1.1.5

01 Nov 22:30
a8e1287
Compare
Choose a tag to compare

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

01 Nov 21:05
ee036fd
Compare
Choose a tag to compare

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

09 Sep 17:55
ce349d0
Compare
Choose a tag to compare

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)

v1.1.2

09 Apr 04:32
Compare
Choose a tag to compare

Internal

  • fix: scoping issue in publish script

v1.1.0

09 Apr 04:29
Compare
Choose a tag to compare

Improvements

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

Internal

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

v0.26.1

08 Sep 22:35
35f3a93
Compare
Choose a tag to compare

0.26.1 (2019-03-13)

Bug Fixes

  • Add global this value lookup to enable node support (#32) (4e6df47)
  • refactor reactive membrane to use weakmap instead of targetslot (#34) (4aa7e41)
  • Treat all non-object type of values as non-observable (af3f474)

Performance improvements

  • Faster checks for non-observable types (826cbd8)

v0.26.0

08 Sep 22:30
Compare
Choose a tag to compare

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)