Releases: salesforce/near-membrane
Releases · salesforce/near-membrane
v0.10.1
Release notes
- feat: inline
getDescriptorMeta()
and avoid ArrayProtoPush
(#325)
- chore: update caniuse db (#324)
v0.10.0
Release notes
- chore: initial 240 release
v0.9.22
Release notes
- feat: add back shared lazy property descriptor state in a shadow realm compatible way (#323)
- feat: inline
getTransferableValue
and add identity function (#318)
- perf: add back arity specialization (#322)
- fix: scrub more call sites (#321)
- fix: update
serializeBigIntObject
typo (#319)
- chore: correct settings in .nucleus.yaml (#320)
v0.9.21
Release notes
- feat: track shadowTarget, inline, and mark properties as readonly (#316)
- fix: super test bailout (#317)
v0.9.20
Release notes
- fix: guard against missing
Atomics
in Safari Technology Preview
- chore: prep browser-ream for shadow-realm branch
v0.9.19
Release notes
- feat: continue inlining helpers and reducing the call stack (#315)
- feat: less
ReflectApply
and getDescriptorMeta
use (#314)
- feat: inline more and reduce
ArrayProtoPush
use (#312)
- chore: type placement nit
- chore: update nucleus.yaml (#313)
v0.9.18
Release notes
- feat: simplify apply and construct trap optimization (#311)
- feat: batch and inline more calls (#310)
- feat: add PropertyKey and PropertyKeys types (#308)
- fix: remove shared state until it can be shared properly (#309)
- build(deps): bump minimist from 1.2.5 to 1.2.6 (#307)
- chore: cleanup .nucleus.yaml
- chore: init .nucleus.yaml (#306)
v0.9.17
Release notes
- fix: adjust types to avoid ts-ignore comments (#305)
- chore: update instrumentation type definitions
v0.9.16
Release notes
- feat: prep instrumentation to be removed during prod builds (#304)
- feat: specialize apply/construct trap based on function arity (#303)
v0.9.15
Release notes
- feat: make installErrorPrepareStackTrace() and debugInfo() removable as dead code in prod builds (#302)
- fix: downgrade karma-rollup-preprocessor to 7.0.7 to address file overwrite issue (#301)