Releases: salesforce/near-membrane
Releases · salesforce/near-membrane
v0.10.9
Release notes
- chore: update instrumentation activity names (#338)
v0.10.8
Release notes
- feat: allow registry keys to be minified (#336)
v0.10.7
Release notes
- feat: optimize apply/construct trap bail out calls (#335)
- fix: add and remove type guards where needed (#334)
v0.10.6
Release notes
- perf: add four-arg
applyOrConstruct
special case (#333)
v0.9.24
Release notes
- perf: add four-arg
applyOrConstruct
special case (#333)
v0.9.23
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
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
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
Release notes
- fix: inline lazy state helper calls to avoid var renaming in
swc
minifier (#328)
v0.10.2
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)