Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@daiyam daiyam released this 07 Aug 13:19
· 14 commits to master since this release

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()