Skip to content

Releases: dev-community-de/code-formatter

Version 1.0.1

27 Aug 15:36
3d23665
Compare
Choose a tag to compare
  • Enabled single quotes in Prettier's JavaScript config

Version 1.0

21 Jul 20:59
Compare
Choose a tag to compare
  • 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 created SECURITY.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

12 Jun 11:08
Compare
Choose a tag to compare
Alpha Version 0.3 Pre-release
Pre-release
  • 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

11 Jun 11:54
56f23ab
Compare
Choose a tag to compare
Alpha Version 0.2 Pre-release
Pre-release

Alpha Version 0.1.1

10 Jun 20:45
Compare
Choose a tag to compare
Alpha Version 0.1.1 Pre-release
Pre-release
  • Fixed .clang-format configuration

Alpha Version 0.1

26 May 13:17
ec6ad88
Compare
Choose a tag to compare
Alpha Version 0.1 Pre-release
Pre-release

Initial release