@@ -6,84 +6,66 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
- ## [ Unreleased ]
9
+ ## 1.3.0 - 2020-11-14
10
10
11
11
### Added
12
12
13
- ### Changed
14
-
15
- ### Deprecated
16
-
17
- ### Removed
18
-
19
- ### Fixed
20
-
21
- ### Security
13
+ * Enforce the use of strict comparisons.
14
+ * Check for and disallow duplicate spaces everywhere.
22
15
23
16
24
- ## [ 1.2.0] - 2020-09-05
17
+ ## 1.2.0 - 2020-09-05
25
18
26
19
### Added
27
20
28
21
* Revised rules for absolute class name references
29
22
30
23
31
- ## [ 1.1.2] - 2020-08-28
24
+ ## 1.1.2 - 2020-08-28
32
25
33
26
### Fixed
34
27
35
28
* Use correct command prefixes
36
29
37
30
38
- ## [ 1.1.1] - 2020-08-28
31
+ ## 1.1.1 - 2020-08-28
39
32
40
33
### Fixed
41
34
42
35
* Explicitly require [ PHPCSUtils] ( https://github.com/PHPCSStandards/PHPCSUtils )
43
36
to avoid setting minimum-stability
44
37
45
38
46
- ## [ 1.1.0] - 2020-08-27
39
+ ## 1.1.0 - 2020-08-27
47
40
48
41
### Changed
49
42
50
43
* Package name is now "ramsey/coding-standard"
51
44
52
45
53
- ## [ 1.0.3] - 2020-08-21
46
+ ## 1.0.3 - 2020-08-21
54
47
55
48
### Fixed
56
49
57
50
* Allow bin dir in dist packages, avoiding Composer warnings
58
51
59
52
60
- ## [ 1.0.2] - 2020-08-21
53
+ ## 1.0.2 - 2020-08-21
61
54
62
55
### Fixed
63
56
64
57
* Move ext-dom to require-dev
65
58
66
59
67
- ## [ 1.0.1] - 2020-08-21
60
+ ## 1.0.1 - 2020-08-21
68
61
69
62
### Fixed
70
63
71
64
* Remove unnecessary (and unused) tools, commands, and code
72
65
73
66
74
- ## [ 1.0.0] - 2020-08-20
67
+ ## 1.0.0 - 2020-08-20
75
68
76
69
### Added
77
70
78
71
* Initial release of Ramsey coding standard
79
-
80
-
81
- [ Unreleased ] : https://github.com/ramsey/coding-standard/compare/1.2.0...HEAD
82
- [ 1.2.0 ] : https://github.com/ramsey/coding-standard/compare/1.1.2...1.2.0
83
- [ 1.1.2 ] : https://github.com/ramsey/coding-standard/compare/1.1.1...1.1.2
84
- [ 1.1.1 ] : https://github.com/ramsey/coding-standard/compare/1.1.0...1.1.1
85
- [ 1.1.0 ] : https://github.com/ramsey/coding-standard/compare/1.0.3...1.1.0
86
- [ 1.0.3 ] : https://github.com/ramsey/coding-standard/compare/1.0.2...1.0.3
87
- [ 1.0.2 ] : https://github.com/ramsey/coding-standard/compare/1.0.1...1.0.2
88
- [ 1.0.1 ] : https://github.com/ramsey/coding-standard/compare/1.0.0...1.0.1
89
- [ 1.0.0 ] : https://github.com/ramsey/coding-standard/commits/1.0.0
0 commit comments