Releases: SkriptHub/SkriptHubDocsTool
Releases · SkriptHub/SkriptHubDocsTool
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+
Version 1.5 Release
What's fixed?
- This release fixes a few NullPointerExceptions that can occur when trying to find the SectionValidator in a class
Version 1.4 Release
Starting with 1.4, the Skript Hub Docs Tool will only work with Skript 2.6 and up with the new Sections support
What's new?
- Added support for Skripts new sections API
- Added support for pulling nodes from the SectionValidator and adding it to the new entries section for all syntax elements. If your plugin what's to use this feature, please ensure that your SectionValidator is declared as a public class variable in your syntax elements class. This is the class the one that gets passed into Skript to be registered as a syntax element.
Version 1.3 Release
Starting with 1.3, the Skript Hub Docs Tool will only work with Skript 2.5-beta1 and up
What's fixed?
- Fixed a docs generation issue with Skript 2.5-beta1 where the reflection did not recognize the spelling fix in SkriptLang/Skript#3209 (exculdes -> excludes)
Version 1.2 was skipped because it was used for an internal experiment among addon devs.
Version 1.1 Release
What's fixed?
- Fixed an issue where types from some addons were not being generated
Version 1.0 Release
First release of the Skript Hub Docs Tool!
See the README for instructions on how to use this tool.