- Fix when the text editor is not in focus (props to @Azakur4)
- Added possibility to add PHP-CS-Fixer Args
- Added Path-Mode setting
- Added .php_cs.dist support
- Added PHP-CS-Fixer 2.x support (props to @kenntchan)
- Dropped PHP-CS-Fixer 1.x support
- Added PHP args support
- Fixed a notification bug
- Updated readme (props to @cyruseftos)
- Adding the option to run php without a php.ini file (props to @christopherrolfe198)
- Changed default value of
php-cs-fixerpath - Show context-menu only for PHP files (props to @joanhey)
- Nicer notifications
- Added nicer and more descriptive settings titles
- Extended and restructured README.md
- Some typo fixes (props to @rugk)
- Notification system to display infos/errors/warnings (props to @Marv51)
- Added "on save" hook to automatically run the fixer on every save
- Added
.php_cssupport
- Added PHP-executable option (fixes #6)
- Added some debug output
- Changed
levelto an enum setting - Added settings-descriptions
- Fixed some small typos
Functional first version