Skip to content

Releases: salesforce/near-membrane

v0.10.1

08 Apr 04:49
Compare
Choose a tag to compare

Release notes

  • feat: inline getDescriptorMeta() and avoid ArrayProtoPush (#325)
  • chore: update caniuse db (#324)

v0.10.0

06 Apr 03:00
Compare
Choose a tag to compare

Release notes

  • chore: initial 240 release

v0.9.22

04 Apr 17:26
Compare
Choose a tag to compare

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

30 Mar 18:29
Compare
Choose a tag to compare

Release notes

  • feat: track shadowTarget, inline, and mark properties as readonly (#316)
  • fix: super test bailout (#317)

v0.9.20

30 Mar 03:21
Compare
Choose a tag to compare

Release notes

  • fix: guard against missing Atomics in Safari Technology Preview
  • chore: prep browser-ream for shadow-realm branch

v0.9.19

30 Mar 03:21
Compare
Choose a tag to compare

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

29 Mar 04:23
Compare
Choose a tag to compare

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

22 Mar 00:12
Compare
Choose a tag to compare

Release notes

  • fix: adjust types to avoid ts-ignore comments (#305)
  • chore: update instrumentation type definitions

v0.9.16

21 Mar 17:49
Compare
Choose a tag to compare

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

17 Mar 23:52
Compare
Choose a tag to compare

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)