Skip to content

v0.9.27

Compare
Choose a tag to compare
@jdalton jdalton released this 02 Jun 21:00

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)