Skip to content

Releases: salesforce/near-membrane

v0.11.2

30 Aug 18:12
Compare
Choose a tag to compare

Release notes

  • feat: @W-11668812 explicitly import/export types (#382)
  • feat: @W-11668835 remove 'any' type from startActivity (#381)
  • fix: @W-11612697 avoid v8 perf de-opt for Array#splice (#379)
  • build: add repository info to all public packages (#383)
  • chore: @W-11668801 update deps (#380)

v0.10.23

30 Aug 13:57
Compare
Choose a tag to compare

Release notes

  • fix: @W-11612697 avoid v8 perf de-opt for Array#splice (#379)

v0.11.1

19 Aug 20:21
Compare
Choose a tag to compare

Release notes

  • chore: code style parity with locker (#377)

v0.11.0

25 Jul 17:21
Compare
Choose a tag to compare

Release notes

  • chore: initial 242 release

v0.10.22

25 Jul 17:19
Compare
Choose a tag to compare

Release notes

  • feat: @W-11478158 revise minification safe names (#376)
  • feat: @W-11465479 minor reduction in document and window getter calls (#375)

v0.10.21

01 Jul 19:19
Compare
Choose a tag to compare

Release notes

  • feat: add type checks and remove type checks (#374)
  • feat: use unforgibles for connector cache (#373)
  • fix: create a different connector for the same window object with a different location (#372)

v0.10.20

10 Jun 19:05
Compare
Choose a tag to compare

Release notes

  • feat: @W-11273923 optimize is-xyz methods (#371)
  • chore: more types cleanup (#370)
  • chore: cleanup types (#369)

v0.9.27

02 Jun 21:00
Compare
Choose a tag to compare

Release notes

  • feat: add toSafeArray() and toSafeWeakMap() helpers (#368)
  • feat: flag a descriptor as foreign in more cases (#368)
  • feat: avoid abstraction for foreign getter/setters (#365)
  • feat: add accessor types (#360)
  • feat: use NumberIsInteger instead of a heavy regexp check (#359)
  • feat: use Object.hasOwn if it's supported (#358)
  • feat: add get trap fast path for array buffer views (#354)
  • feat: add apply/construct fast path for 5 arguments (#353)
  • feat: shorten globalObjectVirtualizationTarget name and flip createVirtualEnvironment params (#351)
  • feat: add more error guards and inline a bit more (#350)
  • feat: cleanup unknown types (#349)
  • feat: forward dev mode debug to pointer wrapper (#348)
  • feat: cleanup stack traces in more cases (#347)
  • fix: typed array set trap on subclasses (#355)
  • refactor: move optional globalObjectShape arg to options; update tests (#352)
  • chore: more types cleanup (#370)
  • chore: cleanup types (#369)
  • chore: cleanup examples and unit tests (#357)
  • chore: cleanup and simplify pass (#356)

v0.10.19

01 Jun 18:53
Compare
Choose a tag to compare

Release notes

  • feat: add toSafeArray() and toSafeWeakMap() helpers (#368)
  • feat: flag a descriptor as foreign in more cases (#368)

v0.10.18

26 May 20:46
Compare
Choose a tag to compare

Release notes

  • feat: avoid abstraction for foreign getter/setters (#365)