2.0.0-alpha11
PhilinTv
released this
07 Aug 09:05
·
635 commits
to master
since this release
With this release, we continue Alpha-version cleanups aiming API stabilization.
Many thanks to our contributors, who made possible this release to come that fast. 👍
The main changes include:
- Fixed return value for "no migration needed" case in MigrationMigrateCommand
- Always create unique indices by constraint for Postgres (@daniel-rose)
- Do not try to fetch related objects of a new object (@gharlan)
- Map JSON type to native Postgres type (@tienbuide)
- Fixed nullable docblock for mutator methods (@dereuromark)
- PHP 7.2+ cleanups (class visibility modifiers, native types etc)
- Dropped EOL Symfony 2, Postgres 9.4 from test matrix
- Fixed docblocks and typehinting
- PHPStan level 5 static analyzing
- Yoda notation cleanup