Releases: dev-community-de/code-formatter
Releases · dev-community-de/code-formatter
Version 1.0.1
- Enabled single quotes in Prettier's JavaScript config
Version 1.0
- Added support for various new languages: Python, HTML, CSS, JavaScript, JSON, LESS, SCSS, YAML, Markdown, C#, Java, Objective-C
- Added GitHub Actions for PHP Code Style as well as Phan Static Analysis to ensure a certain quality of code
- Redesign/Rewrite of the Codebase/API: e.g. added a parser to better work with a wide variety of code blocks and forum post formats
- Updated dependencies
- Changed PHP 7.4 to be the required version
- Updated project files like
README.md
,LICENSE
and createdSECURITY.md
- Switched to use pipes instead of temporary files
- Added unit tests as well as PHPUnit GitHub Action
- Added support for
[PLAIN]
and[CODE=rich]
BBCodes - Switched to custom docker entrypoint and integrated prettier as daemon in docker for better performance
- and way more smaller bug fixes, adjustments and improvements
This release would not have been possible without an incredible amount of contributions from @asccc and @wookiefriseur! Thank you so much!
Alpha Version 0.3
- Added Go support
- Added automatic installation of composer dependencies when using
docker-compose
for local dev setup
Thanks to @dominikbraun for the contribution!
Alpha Version 0.2
- Added support for Code add-on code blocks
Alpha Version 0.1.1
- Fixed
.clang-format
configuration
Alpha Version 0.1
Initial release