All Versions
18
Latest Version
Avg Release Cycle
54 days
Latest Release
1319 days ago

Changelog History
Page 1

  • v0.12.4 Changes

    August 18, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed adding columns to existing SQLite table with table constraints
    • ๐Ÿ›  Fixed problems in SQLite Adapter around foreign key creation
    • ๐Ÿ›  Fixed renaming columns in mixed case table in Postgres
    • ๐Ÿ›  Fix error when using Phinx with MySQL 8.0.21+

    ๐Ÿ‘Œ Improvements

    • โž• Added support for decimal in SQLite adapter
    • โž• Added support for native Mysql blob types and fallback for binary
    • โœ‚ Removed cakephp/collection dependency
  • v0.12.3 Changes

    June 26, 2020

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”„ Changed migration template to adopt strict types and create migrations as final
    • โž• Added support for BinaryUUID to SqlServer
  • v0.12.2 Changes

    June 24, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed issue around tinyint(1) and bool detection
    • ๐Ÿ›  Fixed default/update values for addTimestamps columns

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Support user-configured DI container
    • โž• Added further support for tinyint and binary UUID
    • โž• Added support for configuring test DB through DSN
    • ๐Ÿ‘ Allow name to be optional for create command
    • ๐Ÿ‘€ Relaxed migration & seed class name restrictions
  • v0.12.1 Changes

    April 11, 2020

    ๐Ÿ‘Œ Improvements

    • โž• Added binaryuuid column type support for Migration files.
    • ๐Ÿ‘Œ Support setting SRID for geometry columns for MySQL 8+
  • v0.12.0 Changes

    April 09, 2020

    ๐Ÿ’ฅ Breaking Changes

    • Minimum of PHP 7.2 required now.
    • ๐Ÿ‘€ cakephp/database>=4.0 now required. This could impact migrations/seeds that use the query APIs.
    • 0๏ธโƒฃ In environment configuration default_database is now default_environment.

    ๐Ÿ†• New Features

    • โฌ†๏ธ Upgraded to PHPUnit 8.0
    • โž• Added setDataDomain(), getDataDomain(), and getColumnForType() to adapters.
    • ๐Ÿ‘Œ Improved SQLite column add functionality.
  • v0.11.7 Changes

    May 12, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ป Do not throw an exception for missing phinxlog for dry-run
    • Adjusted the composer constraints to include the symfony/yaml component again.
  • v0.11.6 Changes

    April 06, 2020

    ๐Ÿ›  Fixes

    ๐Ÿ›  Fixed an exception of 0.11.5 where no such exception was needed or warranted.

  • v0.11.5 Changes

    April 05, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed schema table not being properly quoted in some queries
    • $_ENV is mixed with $_SERVER for getting replacement config tokens
    • ๐Ÿ›  Fixed DSN handling in Migrate and Seed commands

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Improved Wrapper to support status command in JSON format
    • Made YAML extension optional.
    • ๐Ÿšฉ Raise error on ignored primary key.
  • v0.11.4 Changes

    December 24, 2019

    Included commits: 0.11.3...0.11.4

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed offset warning shown when using invalid version for breakpoint

    ๐Ÿ‘Œ Improvements

    • โž• Added fetch_mode option support for PDO adapter
    • ๐Ÿ–จ Print version order when running migrate
    • ๐Ÿ‘ Allow setting SRID for geometry types
  • v0.11.3 Changes

    December 12, 2019

    ๐Ÿ›  Fixes

    โœ‚ Removed composer.json version number to allow normal release/tagging.
    ๐Ÿ›  Fixes previously broken patch release.