Skip to content

Releases: SkriptHub/SkriptHubDocsTool

Version 1.10 Release

02 Feb 00:40
Compare
Choose a tag to compare

What's Fixed?

  • Fixed a package mapping issue with Skript

Full Changelog: 1.9...1.10

Version 1.9 Release

16 Jan 06:26
Compare
Choose a tag to compare

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

14 Jan 06:16
2079518
Compare
Choose a tag to compare

What's Fixed?

  • @Fusezion Fixed an issue where the documentationId was not being used for types via PR #9

Huge thanks to @Fusezion for their contribution for this release! There will be a fast follow for this release once Skript 2.10 is released to address new breaking API changes #12. This is the last release that will work with Skript addons below 2.10.

Full Changelog: 1.7...1.8

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.