Releases: zzstoatzz/mdxify
Releases · zzstoatzz/mdxify
v0.2.24
What's Changed
- Fix: normalize line endings for consistent AST line numbers by @zzstoatzz in #15
Full Changelog: v0.2.23...v0.2.24
v0.2.23
What's Changed
- Document inherited public methods from private parent classes by @kevingrismore in #12
Full Changelog: v0.2.22...v0.2.23
v0.2.22
What's Changed
- fix: use CSS units for icon sizes to support Firefox by @zzstoatzz in #13
Full Changelog: v0.2.21...v0.2.22
v0.2.21
What's Changed
- Include async functions and methods in parse by @kevingrismore in #11
Full Changelog: v0.2.20...v0.2.21
v0.2.20
What's Changed
- Add
--include-internal
flag to CLI by @kevingrismore in #10
New Contributors
- @kevingrismore made their first contribution in #10
Full Changelog: v0.2.19...v0.2.20
v0.2.19
What's Changed
- perf: optimize AST traversal and add parallel processing by @zzstoatzz in #9
Full Changelog: v0.2.18...v0.2.19
v0.2.18
v0.2.17
What's Changed
- feat: use inline GitHub icon for source links instead of text on new line
Source links now appear as a small GitHub icon inline with the header, rather than 'view on GitHub ↗' text on a separate line. This provides a cleaner look and prevents the arrow from appearing in Mintlify's right-hand navigation.
v0.2.16
v0.2.15
refactor: move source links to new line to fix sidebar navigation - Source links now appear on a new line below the header - Prevents links from cluttering the sidebar navigation - Default text changed to concise "view on GitHub ↗" - Still fully customizable via MDXIFY_SOURCE_LINK_TEXT - Uses <small> tag for subtle appearance This fixes the issue where source links appeared in the sidebar, making navigation cluttered and confusing. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>