Releases: butler54/mdformat-frontmatter
Releases · butler54/mdformat-frontmatter
Correcting version tagging in pypi
feat: Revised and updated for mdformat 0.7 Signed-off-by: Chris Butler <chris@thebutlers.me>
Bumping to 0.7.* version of mdformat
feat: Revised and updated for mdformat 0.7 Signed-off-by: Chris Butler <chris@thebutlers.me>
Updating due to build errors.
Correct errors associated with build process. Signed-off-by: Chris Butler <chris@thebutlers.me>
Bringing error handling in lines with mdformat's expected behaviour.
Feat/soft error (#9) * fix:Corrected version tagging Signed-off-by: Chris Butler <chris@thebutlers.me> * feat: Softened errors associated with poorly formed yaml Signed-off-by: Chris Butler <chris@thebutlers.me> * fix: Update version tag Signed-off-by: Chris Butler <chris@thebutlers.me>
Improved testing and documentation.
fix: Extra UT's and some documentation cleanup. (#8) * fix:Corrected version tagging Signed-off-by: Chris Butler <chris@thebutlers.me> * fix: Updated unit tests to cover a few scenarios. Signed-off-by: Chris Butler <chris@thebutlers.me> * fix: Updated unit tests to cover a few scenarios. Signed-off-by: Chris Butler <chris@thebutlers.me> * fix: Ensure free line after header in precommit test file. Signed-off-by: Chris Butler <chris@thebutlers.me>
v0.1.0: feat:Baseline working implementation of mdformat-frontmatter (#5)
Baseline functionality will correctly execute for validly formatted yaml headers.
- Extra testing / error handling will be implemented
- Feedback welcome
Test release
fix: Correct issues associated with bootstrapping pre-commit tests (#4) * fix:Remove pre-commit check to allow bootstrapping Signed-off-by: Chris Butler <chris@thebutlers.me> * fix:Remove pre-commit check to allow bootstrapping Signed-off-by: Chris Butler <chris@thebutlers.me> * fix:Remove pre-commit check to allow bootstrapping Signed-off-by: Chris Butler <chris@thebutlers.me>