Releases: YKDZ/HyphaScript
Releases · YKDZ/HyphaScript
Release v0.2.1-Beta
Added
- StringObject split
Fixed
- Error format can not work when cross module
Release v0.2.0-Beta
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
Added
- java function for internal usage
export function xxx() {}support
Changed
Fixed
export let xxxnot work- function name now in every call
- import context from file not to global context but to
OBJECT_PROTOTYPE
Release v0.1.2-Beta
v0.1.2-Beta: fix gradle-wrapper.properties distributionUrl
Release v0.1.1-Beta
v0.1.1-Beta: release
Release v0.1.0-Beta
Added
- First public release