Skip to content

Releases: SkriptHub/SkriptHubDocsTool

Version 1.7 Release

09 May 06:29
Compare
Choose a tag to compare

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?

Huge thanks to @ShaneBeee and @takejohn for their contributions for this release!

Version 1.6 Release

12 Jan 08:13
Compare
Choose a tag to compare

What's new?

  • This release adds support for Skript 2.8.0+

Version 1.5 Release

27 Dec 09:23
Compare
Choose a tag to compare

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

22 Nov 09:06
Compare
Choose a tag to compare

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

03 Aug 09:32
Compare
Choose a tag to compare

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

03 Sep 04:43
Compare
Choose a tag to compare

What's fixed?

  • Fixed an issue where types from some addons were not being generated

Version 1.0 Release

19 Aug 18:38
54e5e28
Compare
Choose a tag to compare

First release of the Skript Hub Docs Tool!

See the README for instructions on how to use this tool.