Skip to content

Releases: SkriptHub/SkriptHubDocsTool

Version 1.15 Release

02 Apr 07:37

Choose a tag to compare

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

16 Jul 06:39

Choose a tag to compare

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

20 Apr 20:52

Choose a tag to compare

What's Fixed

Full Changelog: 1.12...1.13

Version 1.12 Release

02 Apr 05:45

Choose a tag to compare

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

05 Mar 06:14

Choose a tag to compare

What's Changed

Full Changelog: 1.10...1.11

Version 1.10 Release

02 Feb 00:40

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

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

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

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

Choose a tag to compare

What's new?

  • This release adds support for Skript 2.8.0+