Skip to content

7.3.0

Compare
Choose a tag to compare
@domenic domenic released this 20 Aug 22:53
· 167 commits to main since this release

Adds a README with reasonably in-depth documentation! Because we're still new to this whole "documenting what we do" thing, some of the new features of this release are not yet documented in the readme. But it's still reasonably complete; follow along in #64 for updates.

Adds support for named/indexed getters/setters/deleters, i.e. legacy platform objects!

Adds appropriate brand checks to attribute getters/setters.

Adds support for value iterators.

Adds support for [LegacyArrayClass]. (@Zirro)