2019-04-13 15:11:03 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLinker](https://github.com/Symplify/ChangelogLinker).
|
|
|
|
|
|
|
|
<!-- changelog-linker -->
|
2019-04-13 15:16:49 +02:00
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- [#1302] [Symfony 4.3] Add `SimplifyWebTestCaseAssertionsRector`
|
|
|
|
- [#1311] [CodingStyle] Add `SplitGroupedConstantsAndPropertiesRector`
|
|
|
|
- [#1301] [PHPUnit] Add `RemoveExpectAnyFromMockRector`
|
|
|
|
- [#1304] [SOLID] Add `PrivatizeLocalClassConstantRector`
|
|
|
|
- [#1303] [SOLID] Add `FinalizeClassesWithoutChildrenRector`
|
|
|
|
- [#1302] [Symfony 4.3] Add `SimplifyWebTestCaseAssertionsRector`
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- [#1314] rename `Attribute` to `AttributeKey` to prevent duplicated names with other projects
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- [#1305] [Symfony 3.0] Fix wrong indentation in symfony30.yaml, Thanks to [@Dodenis]
|
|
|
|
|
|
|
|
[#1302]: https://github.com/rectorphp/rector/pull/1302
|
|
|
|
[#1314]: https://github.com/rectorphp/rector/pull/1314
|
|
|
|
[#1311]: https://github.com/rectorphp/rector/pull/1311
|
|
|
|
[#1305]: https://github.com/rectorphp/rector/pull/1305
|
|
|
|
[#1304]: https://github.com/rectorphp/rector/pull/1304
|
|
|
|
[#1303]: https://github.com/rectorphp/rector/pull/1303
|
|
|
|
[#1301]: https://github.com/rectorphp/rector/pull/1301
|
|
|
|
[@Dodenis]: https://github.com/Dodenis
|