Skip to content

Commit

Permalink
Prepared Version (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony authored Apr 13, 2023
1 parent e59d4f0 commit b10babf
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 131 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2023-04-13
### Added
- `Automatic` option for `phpCodeSniffer.standard` that searches for a coding standard file
(`phpcs.xml`, `.phpcs.xml`, `phpcs.dist.xml`, `.phpcs.dist.xml`). The search begins in the
Expand All @@ -14,7 +16,7 @@ for platform-specific executables.
- Support for execution on Windows without the use of WSL.

### Changed
- Even if `phpCodeSniffer.autoExecutable` is enabled, the working directory given to PHPCS should always be the workspace root.
- **BREAKING:** Even if `phpCodeSniffer.autoExecutable` is enabled, the working directory given to PHPCS should always be the workspace root.

### Deprecated
- `phpCodeSniffer.executable` has been deprecated in favor of platform-specific executable options.
Expand Down Expand Up @@ -72,7 +74,7 @@ for platform-specific executables.

## [1.0.0] - 2021-03-01
### Fixed
- Pass file path to `phpcs` for use in sniffs.
- Pass file path to PHPCS for use in sniffs.
- Handle Uri schemes other than `'file'`.

## [0.4.1] - 2021-02-22
Expand Down
Loading

0 comments on commit b10babf

Please sign in to comment.