Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Josh-Cena Josh-Cena released this 24 Apr 09:05
7ef150f

Features:

  • Better toString behavior: returns [object <KlassName>] instead of [object Object] (ECMAScript conformance)
  • Klass.length returns the length of the constructor function (ECMAScript conformance)
  • New klass branded check method: Klass instanceof klass

The internal code is also structured in a much better way now.