Skip to content

Releases: salesforce/near-membrane

Dynamic objects support

21 May 04:09
Compare
Choose a tag to compare

Release notes

  • Fixes #63: Live objects support
  • Fixes issue when library is loaded as script tag in <head> of document

v0.2.8

08 May 22:18
Compare
Choose a tag to compare

Release notes

  • Fixing bug #85 related to global EventTarget value.

Fixes namespace-to-namespace

01 May 21:23
Compare
Choose a tag to compare
v0.2.7

building 0.2.7

v0.2.4

01 May 21:53
v0.2.4
Compare
Choose a tag to compare

v0.2.3

01 May 21:53
v0.2.3
Compare
Choose a tag to compare

v0.2.2

01 May 21:54
v0.2.2
Compare
Choose a tag to compare

v0.2.1

01 May 21:59
v0.2.1
Compare
Choose a tag to compare

v0.2.5

01 May 21:28
v0.2.5
Compare
Choose a tag to compare

v0.2.6

01 May 21:25
Compare
Choose a tag to compare
building 0.2.6

Error Boundary

10 Jan 17:08
Compare
Choose a tag to compare

Release notes

This release implements the error boundary to prevent stack overflow and other related issues that can leak an error from the outer realm into the sandbox via a try/catch. Special thanks to @mmis1000 for #48, it pushes us to find a solution for this.

Additionally, this release changes the public API, now the environment returns an evaluator function rather than the provided secure global object.