Releases: btk5h/skript-mirror
Releases · btk5h/skript-mirror
v1.0.0
v0.19.1
v0.19.0
- General internal code cleanup
- Add an opt-in consent system for enabling experimental features
- Allow custom property expressions to be non-single
- Fix syntax load order issues with other addons
- Add a more descriptive error when a return is used after a delay
- Add a way to delay parsing of lines until runtime (#57)
- Fix comparisons between wrapped java objects (#92)
v0.18.0
⚠️ Breaking Changes
- Make reflection-based events use imported classes instead of strings
- Fix compatibility with other addons that add custom sections
- Use both codenames and user input patterns when looking up classinfos
- Allow specifying change types in expression changers (#53)
- Allow multiple input types in property syntaxes (#85)
- Allow array parameters in method descriptors (#86)
- Allow numeric arrays to be converted into other numeric arrays (#90)
v0.17.2
v0.17.1
v0.17.0
v0.16.1
- Fix the matched pattern expression
To be honest, the primary purpose of this release is to publish skript-mirror's new GitBook-based documentation. At this time, the documentation is still a work-in-progress and lacks documentation on some core features, but it's still better to have incomplete documentation than none at all!
v0.16.0
v0.15.0
⚠️ Breaking Changes
Hey there! This should be the last massive breaking update until full release! (Unless we can remove the ! from field accessors)
- Java calls no longer use ; as a line terminator