Skip to content

Releases: YKDZ/HyphaScript

Release v0.2.1-Beta

07 Dec 03:09

Choose a tag to compare

Added

  • StringObject split

Fixed

  • Error format can not work when cross module

Release v0.2.0-Beta

06 Dec 10:52

Choose a tag to compare

Added

  • DateObject
  • More MathObject
  • Tagged template string
  • MiniMessageObject
  • for in & of
  • instanceof
  • array now store as map
  • import overhaul
  • remove HyphaUtils

Release v0.1.3-Beta

27 Nov 14:03

Choose a tag to compare

Added

  • java function for internal usage
  • export function xxx() {} support

Changed

Fixed

  • export let xxx not work
  • function name now in every call
  • import context from file not to global context but to OBJECT_PROTOTYPE

Release v0.1.2-Beta

26 Nov 13:53

Choose a tag to compare

v0.1.2-Beta: fix gradle-wrapper.properties distributionUrl

Release v0.1.1-Beta

21 Nov 11:04

Choose a tag to compare

v0.1.1-Beta: release

Release v0.1.0-Beta

18 Aug 07:36

Choose a tag to compare

Added

  • First public release

Changed

Fixed