We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4bf15f + ed3c578 commit 2bd8c36Copy full SHA for 2bd8c36
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+# Change Log for the PHPCSDevTools standard for PHP Codesniffer
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses [Semantic Versioning](http://semver.org/).
6
7
8
+## [Unreleased]
9
10
+_Nothing yet._
11
12
13
+## 1.0.0 - 2020-02-12
14
15
+Initial release containing:
16
+* Feature completeness checking tool for PHPCS sniffs.
17
+* A `PHPCSDebug` standard to help debugging sniffs.
18
19
20
+[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.0.0...HEAD
21
0 commit comments