Skip to content

Releases: salesforce/near-membrane

v0.10.9

19 Apr 21:03
Compare
Choose a tag to compare

Release notes

  • chore: update instrumentation activity names (#338)

v0.10.8

19 Apr 06:19
Compare
Choose a tag to compare

Release notes

  • feat: allow registry keys to be minified (#336)

v0.10.7

18 Apr 19:11
Compare
Choose a tag to compare

Release notes

  • feat: optimize apply/construct trap bail out calls (#335)
  • fix: add and remove type guards where needed (#334)

v0.10.6

14 Apr 00:38
Compare
Choose a tag to compare

Release notes

  • perf: add four-arg applyOrConstruct special case (#333)

v0.9.24

14 Apr 00:38
Compare
Choose a tag to compare

Release notes

  • perf: add four-arg applyOrConstruct special case (#333)

v0.9.23

13 Apr 17:17
Compare
Choose a tag to compare

Release notes

  • feat: more membrane specific conditions to reduce checks when not needed (#332)
  • feat: store local copy of cache to avoid foreign calls (#330)
  • feat: simplify document.all checks, inline and conditionally define more (#329)
  • feat: inline getDescriptorMeta() and avoid ArrayProtoPush (#325)
  • perf: create a specialized apply trap variant for 3 or more args (#327)
  • fix: add more document.all guards
  • fix: continue document.all tests
  • fix: inline lazy state helper calls to avoid var renaming in swc minifier (#328)
  • fix: pluck lazy descriptor state get/set and inline realm specific callbacks (#326)
  • chore: conditionally define more methods (#331)
  • chore: update caniuse db (#324)

v0.10.5

12 Apr 21:08
Compare
Choose a tag to compare

Release notes

  • feat: more membrane specific conditions to reduce checks when not needed (#332)
  • fix: add more document.all guards
  • chore: conditionally define more methods (#331)

v0.10.4

12 Apr 00:22
Compare
Choose a tag to compare

Release notes

  • feat: store local copy of cache to avoid foreign calls (#330)
  • fix: continue document.all tests
  • feat: simplify document.all checks, inline and conditionally define more (#329)

v0.10.3

09 Apr 15:47
Compare
Choose a tag to compare

Release notes

  • fix: inline lazy state helper calls to avoid var renaming in swc minifier (#328)

v0.10.2

08 Apr 23:08
Compare
Choose a tag to compare

Release notes

  • perf: create a specialized apply trap variant for 3 or more args (#327)
  • fix: pluck lazy descriptor state get/set and inline realm specific callbacks (#326)