Skip to content

v7.4.0

Choose a tag to compare

@domenic domenic released this 10 Sep 04:39
· 197 commits to main since this release

Adds support for variadic parameters on non-overloaded operations.

Fixes iterable objects' generated values() methods to be equal to Array.prototype[Symbol.iterator], instead of to Array.prototype.values, since Node/V8 do not implement Array.prototype.values.

Finishes out the README documentation, most notably for indexed and named properties, and overloads.