Skip to content

Releases: kaoscript/runtime

v0.6.1

07 Aug 12:47
Compare
Choose a tag to compare

Changelog:

  • add concatObject()
  • fix ES5 classes
  • fix ES5 classes on an ES6 engine

v0.5.3

28 Mar 14:35
Compare
Choose a tag to compare

Changelog:

  • add Type.isClass()
  • fix ES5 class extending an ES6 class
  • fix ES6 class extending an ES5 class
  • fix naming of ES5 classes

v0.5.1

10 Jan 00:19
Compare
Choose a tag to compare

Changelog:

  • fix for old browsers

v0.5.0

04 Jan 09:57
Compare
Choose a tag to compare

Changelog:

  • support ES5 engines

v0.4.1

30 Dec 15:54
Compare
Choose a tag to compare

Changelog:

  • fix extending class with conflicting method's name

v0.4.0

28 Dec 14:09
Compare
Choose a tag to compare

Changelog:

  • implements multiple dynamic requirements
  • add curry()
  • rename final to sealed
  • fix mapRange()
  • add RegExp testing

v0.3.0

28 Dec 14:06
Compare
Choose a tag to compare

Changelog:

  • remove function vexists

v0.2.0

28 Dec 14:05
Compare
Choose a tag to compare

Changelog:

  • remove use of native classes
  • move classes methods into the Helper object

v0.1.0

28 Dec 14:05
Compare
Choose a tag to compare

Changelog:

  • initial release