Propel v2.0.0-alpha11 Release Notes

Release Date: 2020-08-07 // over 3 years ago
  • 🚀 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