Skip to content

2.0.0-alpha11

Compare
Choose a tag to compare
@PhilinTv PhilinTv released this 07 Aug 09:05
· 631 commits to master since this release
3cc71ba

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