All Versions
18
Latest Version
Avg Release Cycle
54 days
Latest Release
1488 days ago
Changelog History
Page 1
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+
- โ Added
-
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 nowdefault_environment
.
๐ New Features
- โฌ๏ธ Upgraded to PHPUnit 8.0
- โ Added
setDataDomain()
,getDataDomain()
, andgetColumnForType()
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, 2019Included 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.