Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-01 | 557 Bytes | |
v0.28.12 source code.tar.gz | 2025-09-01 | 765.9 kB | |
v0.28.12 source code.zip | 2025-09-01 | 1.1 MB | |
Totals: 3 Items | 1.8 MB | 0 |
Bug Fixes
- Variables marked with
@enum
now work for symbols imported from another module, [#3003]. - Improved magic introduced with [#2999] to work with imported symbols, [#3003].
- Fixed relative link resolution to file names containing percent encoded URLs, [#3006].
- Linking to the project's README file with a relative link will now behave as expected, [#3006].
- Reduced unnecessary HTML element rendering in default theme.
API:
Reflection.hasComment
andComment.hasVisibleComponent
now accepts an optionalnotRenderedTags
parameter.