packagist nunomaduro/larastan v2.1.0
2.1.0

latest releases: 2.x-dev, dev-array-key-to-in-string, v2.9.6...
2 years ago

2.1.0

This release adds the ability to infer model properties from schema dumps. You can try to remove your migrations and use just the dump files. Note: Currently only dumps that have MySQL and MariaDB syntax are supported. SQLite is partially supported. And PostgreSQL is not tested.

Also this release introduces new config option called squashedMigrationsPath. You can read more about it here.

What's Changed

Added

Fixed

  • fix: collect() returns collection which can have array-key as key type in b0a50df
  • fix: Query::whereBetween typehint by @gitetsu in #1123
  • fix: update PHPStan version and stubs by @canvural in #1144
  • fix: deleted_at column has date type rather than string by @totov in #1124

New Contributors

Full Changelog: v2.0.1...v2.1.0

Don't miss a new larastan release

NewReleases is sending notifications on new releases.