Skip to content

Latest commit

 

History

History
108 lines (91 loc) · 8.6 KB

CHANGELOG.md

File metadata and controls

108 lines (91 loc) · 8.6 KB

Changelog

Release 2.3.5

  • 69e6136 Add translations for new/missing strings
  • c98ecdd Exit shell if comparing schema.php and nothing has changed

Release 2.3.4

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

  • 94a7fe9 Removed cakephp dependency from composer.json

Release 2.3.3

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

  • 14a3cc4 Bump minimum required CakePHP version to 2.5.4 (refs #184)
  • f6f3490 CS: Changed doc block "boolean" to "bool"
  • b6c579c Fixes Schema/app.php issue.
  • 749e634 Improved logic for schema class name detection.
  • 9ef51fd Adds an option for specifying the Schema class name.

Release 2.3.2

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

  • d3a3af7 Fix CS in generated migrations (remove comma from param name in docblock)
  • abc4c92 Fix CS in generated migrations (remove trailing comma from drop_field array)
  • c952119 Fix migration generation when only indexes are changed (closes #189)
  • 6386cd0 Removed else clause
  • 735401f Added preview description when generating preview migration class
  • 4526828 Output entered description into $description in generated migration class
  • 4ffb6bf Removed redundant and seemingly superfluous migration template
  • ca982f6 Refs #140 Fixing the dry run output in other places as well
  • d6cc1fa Fixing #140 Migration run dry is not equal to run in real
  • dcdbb20 Update CHANGELOG.md
  • cca5544 Removed disabled translations in PO files
  • 72c3abc Removed superfluous translation call
  • 409de07 Added .idea to .gitignore
  • 7de581c Set up some .gitignore rules
  • c31eca8 Updated PO file headers from POT file
  • d9a7ea3 Improved POT file header
  • 92158ab Updated spa locale from POT file
  • 4554b23 Updated por locale from POT file
  • 7b9d383 Updated ita locale from POT file
  • 5acffda Updated fre locale from POT file
  • af97e06 Updated deu locale from POT file
  • a33853c Regenerated migrations.pot file
  • e830bc3 Made the migration shell messages more clear by adding quotes and the word table
  • bc4bbe6 Fixing the class name generation in MigrationShell::_getSchema()

Release 2.3.1

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

  • 117e958 Updating the Installation.md
  • 71acf74 Adding in the load statement to be added in to bootstrap
  • a1467a5 Fix the doc blocks

Release 2.3.0

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

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