Releases: salesforce/near-membrane
Releases · salesforce/near-membrane
v0.11.2
v0.10.23
v0.11.1
v0.11.0
v0.10.22
v0.10.21
v0.10.20
v0.9.27
Release notes
- feat: add
toSafeArray()
andtoSafeWeakMap()
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 flipcreateVirtualEnvironment
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)