Releases: valeryan/vscode-phpsab
v0.0.20
What's Changed
- Wrap the --stdin-path argument in double quotes by @jonathanbossenger in #139
- PHPCS urls and supported version by @jonathanbossenger in #140
- Escape filePath and args passed to the phpcs command by @aslamdoctor in #145
- Set release version to 0.0.20 by @valeryan in #152
New Contributors
- @aslamdoctor made their first contribution in #145
Full Changelog: v.0.0.19...v0.0.20
v.0.0.19
What's Changed
- fix: Error: spawn EINVAL by @dobaniashish in #129
New Contributors
- @dobaniashish made their first contribution in #129
Full Changelog: v.0.0.18...v.0.0.19
v.0.0.18
v0.0.17
-
Update the readme to include a note on setting paths in the settings UI
Fixes #74 -
Adds empty check on executable paths
Fixes #90 -
Updating dependencies for Node v18
-
Fixes after updating dependencies
-
dep updates, fix indents
-
Adds general script messages to the error log
This allows users to see why phpcs or phpcbf might be failing -
Updating maintenance status
-
Adding link to fork for Docker support
-
chore: Added scaffolding for unit testing
-
chore(Tests): Added unit tests for logger class
-
Update workflows for publishing and CodeQL
-
Add on demand for workflows
-
refresh & clean dependencies, apply prettier rules, fix config check
-
Fix package and add steps to use package as developer
-
Add a unit test workflow
-
switch to esbuild
-
declass pass 1: settings and logger
-
declass pass 2: path resolvers
-
declass pass 3: fixer and sniffer
-
Adding test for global path resolver
-
Set valid recommendations
-
move sinon to dev deps
-
import cleanup
-
point workflows to main
-
reword my maintenance notice
-
fix executable path examples
Co-authored-by: Jonathan Bossenger jonathanbossenger@gmail.com
Co-authored-by: Samuel Hilson samuelrhilson@gmail.com
Co-authored-by: Sibin Grasic sibin.grasic@oblak.studio
What's Changed
- Update publish.yml by @valeryan in #87
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #100
- Remove the codeql workflow and add new publish workflow by @valeryan in #110
- Develop by @valeryan in #97
- update changelog for next release v0.0.17 by @valeryan in #111
Full Changelog: v.0.0.16...v0.0.17
PS: Fingers crossed the new release workflow works X.
Dependencies and Minor Bug Fixes
What's Changed
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #61
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #70
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #72
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #73
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #76
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #77
- Set logLevel in configuration before attempting to log info. by @stormrockwell in #78
- Fix Sniffer from exiting early based on the first folder's settings by @stormrockwell in #79
- Bump flat and mocha by @dependabot in #80
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #82
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #83
- Bump minimatch and mocha by @dependabot in #84
- Bump nanoid and mocha by @dependabot in #85
- Release/0.0.16 by @valeryan in #86
New Contributors
- @stormrockwell made their first contribution in #78
Full Changelog: v.0.0.15...v.0.0.16
Minor fix for empty documents
Added an exception when an empty document is returned from the PHPCBF process.
Feature Update
Add support for only fixing modified lines of code
Add a logging library that sends debug info to an output channel
Dependency Update
Pulling in some security updates from dependencies.