v0.7.0
🎯 Rebrand from bmdf to mdcmd
- Package name changed to better reflect primary use case
- All functionality preserved (
bmd,bmdf,bmdff,bmdfff,mdcmd,toc,mktoc) - Repository URLs updated to github.com/runsascoded/mdcmd
🏗️ Architecture improvements
- TOC functionality moved to independent top-level package
- Markdown lists now first-class block type in
mdcmd - Removed special-case handling for
toccommand mktocsimplified to thin wrapper aroundmdcmd -x '^toc$'
📝 Enhanced documentation
- Line-numbered links to raw README sections
toccommand now has proper --help andclickinterface
🧪 Better test coverage
- Tests for new markdown-list-block handling
- Tests for
toccommand integration - Tests for
mktoccompatibility wrapper
This is the first release under the mdcmd name. Future bmdf releases will include migration guidance.
Full Changelog: v0.6.2...v0.7.0