What's Changed
Bug Fixes
- Prevent unnecessary docs.json updates when content unchanged (#30) - @zzstoatzz
This release fixes an issue where mdxify would create PRs that only add newlines to docs.json, even when the actual content hasn't changed. The tool now:
- Compares actual data structures instead of string representations
- Only writes files when content has actually changed
- Shows a friendly '✨ No changes needed' message when content is already up to date
Full Changelog: v0.2.33...v0.2.34