Releases: SkriptHub/SkriptHubDocsTool
Releases · SkriptHub/SkriptHubDocsTool
Version 1.15 Release
Important
This release and future releases will only support Skript 2.15.0-pre1 or greater
What's Fixed
- Added support for Skript 2.15.0-pre1 by updating getEventValuesList to getEventValuesListForTime and updating the project to Java 21.
Full Changelog: 1.14...1.15
Version 1.14 Release
Important
This release and future releases will only support Skript 2.12.0-pre1 or greater
What's Fixed
- Added support for Skript 2.12.0-pre1 by updating generateSyntaxFromEvent to support the transitions of SkriptEventInfo's "since" property from a string to an array.
Full Changelog: 1.13...1.14
Version 1.13 Release
Version 1.12 Release
Important
This release and future releases will only support Skript 2.11.0-pre1 or greater
What's Fixed
- Added support for Skript 2.11.0-pre1 by updating getEventValues with the new reflected field names.
- Lots of updates from @Fusezion in #16 including adding support for keywords and changing event-values to use the class code names.
Full Changelog: 1.11...1.12
Version 1.11 Release
What's Changed
- Added support for new Example annotations from Skript
- GenerateSyntax.kt - Fix event-value array classes by @Fusezion in #15
Full Changelog: 1.10...1.11
Version 1.10 Release
Version 1.9 Release
What's Fixed?
- Added support for Skript 2.10.0 which includes the fix for issue #12.
This version inherits the dependency requirements in Skript 2.10 which means support for Java versions below 17 has been dropped and support for Minecraft versions below 1.19.4 has also been dropped.
Full Changelog: 1.8...1.9
Version 1.8 Release
Version 1.7 Release
What's new?
- Added support for Structures.
- Added support for pulling nodes from the EntryValidator or EntryValidator.EntryValidatorBuilder and adding it to the entries field for section syntax elements. This replaces the previous SectionValidator support and should be more reliable.
- Added more rules for pulling out non user facing syntax patterns to help clean syntax elements. All those extra ':'s should now be gone!
- Added better support for cleaning up usages, description and examples fields to clean out patterns that would not show up well in markdown.
- Added alphabetical sorting for event values to reduce unnecessary changes between addon versions.
- Added support for addon meta data fields.
#What's Fixed?
- @ShaneBeee Fixed an error on Paper 1.20.5+ via PR #9
- @takejohn Helped with some refactoring in PR #8 while debugging #7
Huge thanks to @ShaneBeee and @takejohn for their contributions for this release!
Version 1.6 Release
What's new?
- This release adds support for Skript 2.8.0+