Skip to content

Releases: cakephp/phinx

v0.7.1

19 Feb 12:23

Choose a tag to compare

  • Documentation updates
  • New features
    • #978 Add table truncate method
  • Pull requests
    • #1029 Add vendor to Phinx path to align with other docs

v0.7.0

10 Feb 10:59

Choose a tag to compare

  • Documentation updates
  • New features
    • #885 Add collation and encoding options for MySQL text and char columns
  • Pull requests
    • #813 Fix SQLite data insertion
    • #867 Improve Postgres geography types creation
    • #966 Remove unused variable
    • #973 Improve documentation grammar
    • #979 Add .gitattributes to exclude tests on Composer export
    • #983 Document changing a foreign key constraint name
    • #1001 Cleanup phpunit mock warnings
    • #1007 Integrate PHPStan and fix issues discovered
    • #1020 Document adding named foreign keys
    • #1028 Add docs about MySQL table specific options
    • #1033 Add PHP 7.1 to Travis CI

v0.6.6

23 Jan 08:58

Choose a tag to compare

  • Documentation updates
  • New Features
    • #943 Adding hint on migration name in CamelCase
  • Bug fixes
    • #813 fix(pdo_sqlite): Correctly handles data insertions
    • #956 Fix seed command accepting string
    • #1002 Fix Appveyor builds
    • #1006 Fix update column with , in definition (SQLite)
  • Development branch changed to master

v0.6.5

27 Oct 10:16

Choose a tag to compare

0.6.5 (Thursday, 27 October 2016)

  • Documentation updates
  • Pull requests
    • #831 Typos
    • #929 Support glob brace for seed paths
    • #949 Fix for Config::getMigrationBaseClassName
    • #958 Allow console input to be used within adapters

v0.6.4

27 Jul 23:19

Choose a tag to compare

0.6.4 (Wednesday, 27th July 2016)

  • Documentation updates
  • Pull requests
    • #909 Declare test class properties
    • #910, #916 Remove unused variables
    • #912 ConfigInterface usage consistency
    • #914 Set return values and @return documentation
    • #918 Docblock correction for Phinx\Migration\Manager::executeSeed()
    • #921 Add Phinx\Wrapper\TextWrapper::getSeed()
  • Bug fixes
    • #908 Fix setting options for Column, ForeignKey and Index
    • #922 SQLite adapter drops table on changeColumn if there's a foreign key

v0.6.3

18 Jul 18:14

Choose a tag to compare

0.6.3 (Monday, 18th July 2016)

  • New features
    • #707 Add arguments for timestamps columns names
  • Documentation cleanup
  • Bug fixes
    • #884 Only rollback 1 migration when only 2 migrations exist
    • Input and Output are now correctly supplied to migration template creation classes

v0.6.2

23 Jun 15:50

Choose a tag to compare

Tagging release 0.6.2

v0.5.4

14 Jun 15:25

Choose a tag to compare

update for 0.5.4