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
@withinis omitted by @EliTheGingerCat in #176- For example,
@prop Class.propName Tis now valid, allowing you to omit@within Class
- For example,
- Added support for
snake_casewhen usingautoSectionPathby @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-moonto v2.2.0 #201- Latest Luau Syntax is now supported, such as
const,<<>>, and function attributes
- Latest Luau Syntax is now supported, such as
- 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
- @AzzaDeveloper made their first contribution in #174
Full Changelog: v1.3.0...v1.4.2