Releases: salesforce/near-membrane
Releases · salesforce/near-membrane
Dynamic objects support
Release notes
- Fixes #63: Live objects support
- Fixes issue when library is loaded as script tag in
<head>
of document
v0.2.8
Fixes namespace-to-namespace
v0.2.7 building 0.2.7
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.5
v0.2.6
building 0.2.6
Error Boundary
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.