Skip to content

v0.0.21 - Prettier 3.4 update (#294)

Latest
Compare
Choose a tag to compare
@UltralyticsAssistant UltralyticsAssistant released this 26 Nov 10:32
· 1 commit to main since this release
a64044a

🌟 Summary

Release v0.0.21 introduces improvements in code formatting and handling, primarily focusing on more robust markdown processing with updated Prettier support. βš™οΈβœ¨

πŸ“Š Key Changes

  • πŸš€ Markdown Processing: Now applies formatting only if the ./docs directory exists, to avoid potential errors.
  • πŸ”„ Code Revision: Commented out Python scripts related to MkDocs reference tweaks to simplify maintenance.
  • πŸ“ˆ Version Bump: Software version updated from 0.0.20 to 0.0.21 indicating minor enhancements and fixes.

🎯 Purpose & Impact

  • πŸ›‘οΈ Improved Robustness: By checking for the existence of the ./docs directory before applying formatting, the process becomes more error-resistant, ensuring smoother project setup.
  • πŸ’‘ Maintenance Simplification: Temporarily disabling certain scripts makes maintenance more manageable without affecting key functionalities.
  • πŸ“Š Enhanced Stability: The increment in version underscores enhancements in markdown handling, which can lead to cleaner, more consistent documentation and improved user experience.

What's Changed

Full Changelog: v0.0.20...v0.0.21