Changelog
=========

Release 2.3.1
-------------

https://github.com/CakeDC/migrations/tree/2.3.1

* [117e958](https://github.com/cakedc/migrations/commit/117e958) Updating the Installation.md
* [71acf74](https://github.com/cakedc/migrations/commit/71acf74) Adding in the load statement to be added in to bootstrap
* [a1467a5](https://github.com/cakedc/migrations/commit/a1467a5) Fix the doc blocks

Release 2.3.0
-------------

https://github.com/CakeDC/migrations/tree/2.3.0

* [12c0f80](https://github.com/CakeDC/migrations/commit/12c0f80) Updating the required CakePHP version in the documentation
* [3f1da70](https://github.com/CakeDC/migrations/commit/3f1da70) Adding documentation for the columns
* [0d2a76c](https://github.com/CakeDC/migrations/commit/0d2a76c) Updating a test file
* [7dec605](https://github.com/CakeDC/migrations/commit/7dec605) Fix reversal of Hash::extract and Set::extract arguments (woops)
* [2e48fd5](https://github.com/CakeDC/migrations/commit/2e48fd5) Updating Travis
* [0244df4](https://github.com/CakeDC/migrations/commit/0244df4) Adding CONTRIBUTING.md
* [8c0c9d8](https://github.com/CakeDC/migrations/commit/8c0c9d8) Update deprecated Set calls to use Hash
* [d548d3e](https://github.com/CakeDC/migrations/commit/d548d3e) Updating the documentation for generating migrations via CLI without DB
* [4bdc354](https://github.com/CakeDC/migrations/commit/4bdc354) Updating the documentation for creating migrations interactive via CLI
* [838a106](https://github.com/CakeDC/migrations/commit/838a106) Adding documentation for the new generate migrations without DB interaction via CLI feature
* [c52d7cb](https://github.com/CakeDC/migrations/commit/c52d7cb) Simplifying MigrationShellTest::testMigrationStatus
* [f8f4acc](https://github.com/CakeDC/migrations/commit/f8f4acc) Fixing testGenerateComparison
* [70fa569](https://github.com/CakeDC/migrations/commit/70fa569) Adjust database setup in travis.yml
* [7c89dae](https://github.com/CakeDC/migrations/commit/7c89dae) Update travis.yml to test with php 5.5 and more cake versions
* [93f5943](https://github.com/CakeDC/migrations/commit/93f5943) Implement code & test for 'add fields' from cli arguments
* [76bb49c](https://github.com/CakeDC/migrations/commit/76bb49c) Implement code & test for 'remove fields' from cli arguments
* [c577686](https://github.com/CakeDC/migrations/commit/c577686) Refactor & implement test for 'create table' and 'drop table' from cli arguments
* [0baf125](https://github.com/CakeDC/migrations/commit/0baf125) Fix whitespace coding standards
* [491a14b](https://github.com/CakeDC/migrations/commit/491a14b) Refactor - break up 80+ line method
* [28d7eae](https://github.com/CakeDC/migrations/commit/28d7eae) Fix failing test - testRun
* [ebb794c](https://github.com/CakeDC/migrations/commit/ebb794c) Fix failing test - testGenerateDump
* [14cdc86](https://github.com/CakeDC/migrations/commit/14cdc86) Add ability to generate migration files without db interaction from CLI
* [c52d7cb](https://github.com/CakeDC/migrations/commit/c52d7cb) Simplifying MigrationShellTest::testMigrationStatus
* [f8f4acc](https://github.com/CakeDC/migrations/commit/f8f4acc) Fixing testGenerateComparison
* [fb154ba](https://github.com/CakeDC/migrations/commit/fb154ba) Updating deprecated phpunit method names
* [891d531](https://github.com/CakeDC/migrations/commit/891d531) Updating deprecated phpunit method calls
* [8745815](https://github.com/CakeDC/migrations/commit/8745815) Fixing MigrationShellTest::testGenerateDump()
* [22e8e75](https://github.com/CakeDC/migrations/commit/22e8e75) Fixing MigrationVersionTest::testRun()
* [6f2e0ef](https://github.com/CakeDC/migrations/commit/6f2e0ef) Update MigrationShell.php
* [8995d27](https://github.com/CakeDC/migrations/commit/8995d27) Prevent undefined index error rather than masking the actual error
* [c4bfe0c](https://github.com/CakeDC/migrations/commit/c4bfe0c) Changing the test_migration.txt file to reflect the changes in the migration generation
* [2095306](https://github.com/CakeDC/migrations/commit/2095306) Fixing tests, removed a return; where it should not be and corrected an assert
* [d772fc7](https://github.com/CakeDC/migrations/commit/d772fc7) Fix broken test in Model CakeMigrationTest. An exception is thrown when you try to create an index withf231417 fix setUp for tests and assert english as language
* [830fb76](https://github.com/CakeDC/migrations/commit/830fb76) Coding standards
* [4c79e60](https://github.com/CakeDC/migrations/commit/4c79e60) Remove unnecessary code
* [c745fe0](https://github.com/CakeDC/migrations/commit/c745fe0) Cleanup and coding standards
* [58aa7ee](https://github.com/CakeDC/migrations/commit/58aa7ee) Removing legacy reset/restore methods and array key
