Skip to content

Commit

Permalink
updating the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Feb 23, 2016
1 parent f1e9b95 commit ee0ee01
Showing 1 changed file with 36 additions and 9 deletions.
45 changes: 36 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,40 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.3.1] - 2016-02-23
### Fixed
- [Fix the write-sql option](https://github.com/doctrine/migrations/pull/400)
- [433: Fix: ExecuteCommand by making sure that it autoload the versions](https://github.com/doctrine/migrations/pull/433)
- [434: Fixing an issue in the order at which some configuration key are loaded](https://github.com/doctrine/migrations/pull/434)
### Changed
- [429: code refactoring for clarity](https://github.com/doctrine/migrations/pull/429)
- [428: code refactoring for clarity](https://github.com/doctrine/migrations/pull/428)
### Added
- [425: ProxyManager ~2.0 is also compatible with migrations](https://github.com/doctrine/migrations/pull/425)

## [1.3.0] - 2016-01-23
### Fixed
- [421: Fix issue with some method when the migrations were not loaded](https://github.com/doctrine/migrations/pull/421)
- [405: Correcting composer constraints: allowing PHP 7, dropping 5.4 support](https://github.com/doctrine/migrations/pull/405)
- [406: putting the composer.json back in the archive](https://github.com/doctrine/migrations/pull/406)

### Changed
- [233: Separate Configuration Objects from Configuration File Loading](https://github.com/doctrine/migrations/issues/233)
- [407: Replacing the Schema by a proxy](https://github.com/doctrine/migrations/pull/407)
- [422: Refactor the getConnection into a chainloader](https://github.com/doctrine/migrations/pull/422)
- [Dropped the support for php 5.4](https://github.com/doctrine/migrations/pull/393)
- [Again make the phar more than 3 times smaller](https://github.com/doctrine/migrations/pull/396)

### Added
- [Give the possibility to override the Migration template](https://github.com/doctrine/migrations/pull/391)
- [404: add possibility to read doctrine's config/cli-config.php](https://github.com/doctrine/migrations/pull/404)
- [409: Add a failing test case for an edge case with the write-sql option](https://github.com/doctrine/migrations/pull/409)
- [424: Adding a regression test for the configuration](https://github.com/doctrine/migrations/pull/424)
- [391: Give the possibility to override the Migration template](https://github.com/doctrine/migrations/pull/391)

## [1.2.2] - 2016-01-07
### Fixed
- [Fix the write-sql option in the version class too](https://github.com/doctrine/migrations/commit/91043f742da8506ab7115a1d14247ce26375f6f5)

## [1.2.1] - 2015-12-23
### Fixed
- [Fix the write-sql option](https://github.com/doctrine/migrations/pull/400)
Expand All @@ -19,7 +44,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- [fix "all migrated versions shown as unavailable executed" ](https://github.com/doctrine/migrations/commit/875849e2a80d37dc8bf5dd0663e464b6789e3b56)
- [Prevent the use of 0 as migration name as it is used internally and conflict](http://github.com/doctrine/migrations/commit/5df49c5ad5dc2265401a54a3b9e6ecb3e7cda8d0)
- [composer: drop symfony/console from suggested packages, since it's required package](http://github.com/doctrine/migrations/commit/d263c7bfac7188009ab0717ed5aa6577e80
- [composer: drop symfony/console from suggested packages, since it's required package](http://github.com/doctrine/migrations/commit/d263c7bfac7188009ab0717ed5aa6577e80)
- [fix spaces and complete missing file-docblocks](http://github.com/doctrine/migrations/commit/4b68a69c3e35492b36ec140ebb216cdb80ffe655)
- [RecursiveDirectoryIterator don't obtain some order of the file list.](http://github.com/doctrine/migrations/commit/ed95c05c14381e64404f1135763fcc9b65317b96)
- [Fix the yml parser issue with unescaped backslash in double quoted string](http://github.com/doctrine/migrations/commit/af3cce7d2e490ead821fcbdb54b4772b4913ee1d)
Expand All @@ -42,16 +67,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [Ensure that Yaml::parse return an array as it can apparently return a string](http://github.com/doctrine/migrations/commit/1499f0cc3e5f5b20a510ba8f0779d5c68a9e5084)
- [Avoid uploading code coverage to Scrutinizer for HHVM and PHP 7](http://github.com/doctrine/migrations/commit/d47d65021dcb711480bf27f6d0bbba138e220f12)
- [Improve the Travis configuration by persisting the composer cache](http://github.com/doctrine/migrations/commit/bda0509b479ae6605b8fa749b0999b4ce2ff8c04)
- [Keep the license file in the downloadable archives]
- [Keep the license file in the downloadable archives](https://github.com/doctrine/migrations/commit/dfbee38e004899bc078d5d47b13bea53799fca1e#diff-fc723d30b02a4cca7a534518111c1a66)

### Changed
- [Use short array syntax](http://github.com/doctrine/migrations/commit/50a6e18c95ff617325229a4a649d65c1a11445bc)
- [composer: use PSR-4 autoload](http://github.com/doctrine/migrations/commit/7fb8d301b2f4d4a564433165e0604b7d34013844)
- [refactoring the configuration loading](http://github.com/doctrine/migrations/commit/e95b277111c74cfe65eb959d4471f45a815e1ece)
- [Drop support for php 5.3]
- [compressing the phar so that it's half the size now]
- [Drop support for php 5.3](https://github.com/doctrine/migrations/commit/0e60856a10e8b510daa612fe25f6245aece77e68)
- [compressing the phar so that it's half the size now](https://github.com/doctrine/migrations/commit/70730ff8655f0be89ce0f06d1e279930d7eb2550)

### Added
- [Added the ability to auto create migrations in a folder by month and year](http://github.com/doctrine/migrations/commit/0b8e40868e12a36de7f689add61857b9ba29c4bc)
- [Set default name for configuration helper](http://github.com/doctrine/migrations/commit/1f3592f2f126a022db275192f17b8d5c01f19822)
- [Added ability to load config from php array or json files.](http://github.com/doctrine/migrations/commit/8cf01d623f9eb3728ba86c22970347107a8f0be7)
- [Added the possibility to inject the OutputWriter after instantiation]
- [Added the --allow-no-migration option to avoid throwing an exception if no migrations are found]
- [Added the possibility to inject the OutputWriter after instantiation](https://github.com/doctrine/migrations/pull/342)
- [Added the --allow-no-migration option to avoid throwing an exception if no migrations are found](https://github.com/doctrine/migrations/commit/a9ec86faa3a3f7f592a633af43b6ef6c9f358239#diff-0a4648a19ba565cda76b349e89552a9b)

0 comments on commit ee0ee01

Please sign in to comment.