Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 962 Bytes

File metadata and controls

79 lines (47 loc) · 962 Bytes

Changelog

0.2.2-Beta 2026.01.24

Changed

  • Bump deps

0.2.1-Beta 2025.12.07

Added

  • StringObject split

Fixed

  • Error format can not work when cross module

0.2.0-Beta 2025.12.06

Added

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

0.1.3-Beta 2025.11.27

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

0.1.2-Beta 2025.11.26

Added

  • Bitwise and / or
  • unpack
  • remove need of semicolon
  • change behavior of adventure component operate

Changed

  • Bump deps

Fixed

  • Future.supply not work well

0.1.0-Beta 2025.08.18

Added

  • First public release

Changed

Fixed