Skip to content

Releases: salesforce/near-membrane

v0.9.14

17 Mar 18:43
Compare
Choose a tag to compare

Release notes

  • feat: remove unneeded try catch and optimize fast paths into smaller functions (#300)
  • fix: use nyc for coverage merging and reporting (#299)
  • fix: update debug flags to align with locker (#297)
  • chore: update deps (#296)
  • build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#298)

v0.9.13

16 Mar 15:33
Compare
Choose a tag to compare

Release notes

  • feat: inline more methods for better performance (#295)

v0.9.12

14 Mar 18:38
Compare
Choose a tag to compare

Release notes

  • feat: only remap endowments when provided (#292)
  • feat: ua sniff the chromium bug fix (#290)
  • chore: align karma run with locker (#291)
  • ci: reorganize jobs and workflows (#293)
  • ci: update convenience image

v0.9.11

11 Mar 23:24
Compare
Choose a tag to compare

Release notes

  • feat: all lint guard for prefer-object-spread in toString-able functions (#287)
  • fix: round out the chrome bug fix and lazy descriptor wrappers (#289)
  • fix: mitigate chrome detached iframe bug (#288)
  • test: add comment link to chrome JIT bug

v0.9.10

10 Mar 17:10
Compare
Choose a tag to compare

Release notes

-feat: remove unneeded enumerability checks (#286)
-chore: cleanup tests and prevent global object pollution

v0.9.9

09 Mar 18:06
Compare
Choose a tag to compare

Release notes

  • feat: use env.lazyRemap() in node-realm (#284)
  • feat: more optimizing of env.link() (#283)
  • fix: env.link document typo (#283)

v0.9.8

09 Mar 03:50
Compare
Choose a tag to compare

Release notes

  • feat: optimize env.link() (#281)
  • chore: comment cleanup (#280)

v0.9.7

08 Mar 20:47
Compare
Choose a tag to compare

Release notes

  • feat: add support for lazyRemap (#278)
  • feat: add a more robust debug-mode opt-in and optimize browser realm (#277)
  • chore: update karma to 6.3.17 (#279)

v0.9.6

28 Feb 22:29
Compare
Choose a tag to compare

Release notes

  • feat: add array buffer and regexp to live objects and no longer memoize toStringTags (#275)

v0.9.5

22 Feb 18:33
Compare
Choose a tag to compare

Release notes

  • feat: batch foreign callables (#274)
  • feat: optimize near-membrane symbol gate (#269)
  • test: tweaks to frozen POJO tests (#272)
  • test: attempting to freeze an exotic object should throw (#271)
  • test: pass POJO to sandbox, return it unmodified, freeze it, pass it back and attempt to modify (#270)
  • chore: align package scripts with locker (#273)