Skip to content

Moonwave v1.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jun 03:07

Added

  • You can now use the<!--moonwave-hide-after-this-line--> comment alone or together with <!--moonwave-hide-before-this-line--> to have finer control over what content in your README.md is shown on your site by @EliTheGingerCat in #170
  • You can now create a hierarchical organization with nested sections when defining the order of classes by @AzzaDeveloper in #174
  • Moonwave will now use qualified names when @within is omitted by @EliTheGingerCat in #176
    • For example, @prop Class.propName T is now valid, allowing you to omit @within Class
  • Added support for snake_case when using autoSectionPath by @EliTheGingerCat in #192

Changed

  • Bumped Docusaurus to v3.10.1 #202
    • Minimum required Node.js version is now v20
    • Faster build times with Docusaurus Faster and other optimizations in Docusaurus
  • Bumped full-moon to v2.2.0 #201
    • Latest Luau Syntax is now supported, such as const, <<>>, and function attributes
  • Reduced unnecessary noise when showing errors in the Moonwave Extractor #184

Fixed

  • Fixed the tokenization of nested tuples in API types by @EliTheGingerCat in #172
  • Spelling correction on the website by @EliTheGingerCat in #180
  • Fixed automatically sectioned classes from duplicating by @EliTheGingerCat in #194
  • Fixed a crash that could happen with unclosed admonitions due to catastrophic backtracking #203

New Contributors

Full Changelog: v1.3.0...v1.4.2