Skip to content

Releases: ZokugunKS/lang

v0.4.0

07 Aug 13:19

Choose a tag to compare

Changelog:

  • fix Function.toSource()
  • fully expose Math
  • fully expose String
  • rename String.upperFirst() to String.toFirstUpperCase()
  • rename String.lowerFirst() to String.toFirstLowerCase()
  • rename String.after() to String.substringAfter()
  • rename String.before() to String.substringBefore()

v0.2.1

10 Jan 15:20

Choose a tag to compare

Changelog:

  • add CircleCI

v0.2.0

10 Jan 00:48

Choose a tag to compare

Changelog:

  • fix function and lambda expressions
  • add decision tests
  • support old browsers

v0.1.1

30 Dec 16:59

Choose a tag to compare

Changelog:

  • add karma testing
  • add compatibility table

v0.1.0

30 Dec 16:58

Choose a tag to compare

Changelog:

  • initial release