0.16.6
Improvements
- Add deferrable constraints management for PSQL by @JulienChavee in https://github.com/cakephp/phinx/pull/2322
- Write CLI errors to stderr by @InvisibleSmiley in https://github.com/cakephp/phinx/pull/2317
- Error on using reserved keyword for migration name by @MasterOdin in https://github.com/cakephp/phinx/pull/2328
Bug Fixes
- Improve collision handling on multiple create calls by @MasterOdin in https://github.com/cakephp/phinx/pull/2325
- Fix type with space between limit and precision in SQLiteAdapter by @MasterOdin in https://github.com/cakephp/phinx/pull/2329
- Fix SQLiteAdapter::getColumns with Literal column by @MasterOdin in https://github.com/cakephp/phinx/pull/2331
Deprecations
- Add deprecation warning for Util::mapClassNameToFileName by @MasterOdin in https://github.com/cakephp/phinx/pull/2327
Documentation
- Document specific query builder functions by @MarwanSalim in https://github.com/cakephp/phinx/pull/2318
- Add docs about namespaces for paths by @matheusab in https://github.com/cakephp/phinx/pull/2314
- Remove ZH link for docs by @MasterOdin in https://github.com/cakephp/phinx/pull/2333