Skip to content

v0.2.34

Latest

Choose a tag to compare

@zzstoatzz zzstoatzz released this 26 Sep 15:34
f7f4602

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