Skip to content

Commit 2140798

Browse files
committed
Update CHANGELOG
1 parent d8eafd4 commit 2140798

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
/vendor/
1+
vendor
2+
dist
23
.php_cs
34
.php_cs.cache

CHANGELOG.md

+58-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,61 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.3.0] - 2019-02-23
10+
### Added
11+
- `array_indentation` fixer.
12+
- `combine_consecutive_issets` fixer.
13+
- `combine_nested_dirname` fixer.
14+
- `dir_constant` fixer.
15+
- `ereg_to_preg` fixer.
16+
- `explicit_string_variable` fixer.
17+
- `implode_call` fixer.
18+
- `is_null` fixer.
19+
- `list_syntax` fixer.
20+
- `logical_operators` fixer.
21+
- `lowercase_cast` fixer.
22+
- `lowercase_static_reference` fixer.
23+
- `magic_constant_casing` fixer.
24+
- `magic_method_casing` fixer.
25+
- `multiline_whitespace_before_semicolons` fixer.
26+
- `native_function_casing` fixer.
27+
- `no_alternative_syntax` fixer.
28+
- `no_homoglyph_names` fixer.
29+
- `no_leading_import_slash` fixer.
30+
- `no_leading_namespace_whitespace` fixer.
31+
- `no_mixed_echo_print` fixer.
32+
- `no_multiline_whitespace_around_double_arrow` fixer.
33+
- `no_php4_constructor` fixer.
34+
- `no_spaces_around_offset` fixer.
35+
- `no_superfluous_elseif` fixer.
36+
- `no_unneeded_control_parentheses` fixer.
37+
- `no_useless_return` fixer.
38+
- `php_unit_construct` fixer.
39+
- `php_unit_expectation` fixer.
40+
- `php_unit_method_casing` fixer.
41+
- `php_unit_mock` fixer.
42+
- `php_unit_namespaced` fixer.
43+
- `php_unit_set_up_tear_down_visibility` fixer.
44+
- `php_unit_strict` fixer.
45+
- `pow_to_exponentiation` fixer.
46+
- `psr4` fixer.
47+
- `return_assignment` fixer.
48+
- `random_api_migration` fixer.
49+
- `self_accessor` fixer.
50+
- `set_type_to_cast` fixer.
51+
- `short_scalar_cast` fixer.
52+
- `space_after_semicolon` fixer.
53+
- `standardize_increment` fixer.
54+
- `standardize_not_equals` fixer.
55+
- `trim_array_spaces` fixer.
56+
- `unary_operator_spaces` fixer.
57+
58+
### Changed
59+
- `friendsofphp/php-cs-fixer` version bumped to `^2.13.0`.
60+
61+
### Fixed
62+
- `ordered_imports` now has fixed order of import types.
63+
964
## [0.2.1] - 2019-02-22
1065
### Fixed
1166
- Compatibility with the `friendsofphp/php-cs-fixer` version 2.13.3 and above.
@@ -28,5 +83,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2883
### Added
2984
- First release
3085

31-
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.2.0...HEAD
86+
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.3.0...HEAD
87+
[0.3.0]: https://github.com/elyby/php-code-style/compare/0.2.1...0.3.0
88+
[0.2.1]: https://github.com/elyby/php-code-style/compare/0.2.0...0.2.1
3289
[0.2.0]: https://github.com/elyby/php-code-style/compare/0.1.0...0.2.0

0 commit comments

Comments
 (0)