Skip to content

2.8.0

Compare
Choose a tag to compare
@jasonmccreary jasonmccreary released this 24 Nov 15:33
· 29 commits to master since this release
46a2db9

Added

  • Add support for generating policies in #614
  • Add support for iterating over statement in #619
  • Use the Class::dispatch syntax for class-based events in #620
  • Throw an exception when a required model is missing in #622
  • Add support for constructor property promotion in #624
  • Use morphs instead of manually building columns in #627
  • Add support for Pest test generation in #625
  • Infer belongsTo relationships in #652
  • Use foreignId for consistency in #653

Fixed

  • Allow multiple dispatch, fire, notify and send statements in #623
  • Omit length for integer values in migrations in #628
  • Add missing colon for index method for web controllers in #638

Refactored