Skip to content

v10.0.0 - complete rewrite

Compare
Choose a tag to compare
@wizard04wsu wizard04wsu released this 29 May 19:32
· 10 commits to master since this release
6795960
  • now a JavaScript module
  • uses Proxy objects to intercept execution of the class function, more easily distinguishing between instance creation and just calling the function
  • $super works nearly the same as JavaScript's super keyword, and returns a reference to the protected members
  • more errors are thrown regarding this and $super
  • better documentation