Releases: benmatselby/sublime-phpcs
Releases · benmatselby/sublime-phpcs
7.2.0
What's Changed
- Support platform-specific paths, variable expansion, and working directory for all tools by @benmatselby in #225
Full Changelog: v7.1.0...v7.2.0
7.1.0
What's Changed
- Get gutter preference via getter by @benmatselby in #221
- Use the preference getter for phpcs phpcs_executable_path by @benmatselby in #222
- Provide the ability to have platform specific paths in settings by @benmatselby in #223
- Document release 7.1.0 by @benmatselby in #224
Full Changelog: v7.0.1...v7.1.0
7.0.1
What's Changed
- Refactor the getting/setting of preferences by @benmatselby in #214
- Update the readme to link to tool websites by @benmatselby in #215
- Fix some python stylistic issues by @benmatselby in #217
- Remove dead imports for the tests by @benmatselby in #218
- Stylistic changes to the Python code by @benmatselby in #219
- Document 7.0.1 by @benmatselby in #220
Full Changelog: v7.0.0...v7.0.1
7.0.0
What's Changed
- Removal of Scheck by @benmatselby in #209
- Refactor how we generate the phpcs executable by @benmatselby in #210
- Add a test and run in GitHub Actions by @benmatselby in #211
- Parse the phpcs standards output a little better by @benmatselby in #212
Full Changelog: v6.9.0...v7.0.0
6.9.0
- Turn on tagging for the plugin (so will stop looking at the
mainbranch)
What's Changed
- Format the code with Black by @benmatselby in #207
- Update the docs by @benmatselby in #208