Skip to content

Bug fixes and new features

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 07:37
· 25 commits to 21.x since this release
  • Feat: Add loadOnce method to preload a relationship only when its not already preloaded.
  • Feat: Add support for --compact-output in migration:reset and migration:refresh commands.
  • Feat: Export Adapter and ModelPaginator from the ORM.
  • Fix: Clone the preloader when cloning the query builder

Bug Fixes

  • Clone the preloader when cloning the query builder (#1050) (18103ea)
  • lint script (edc3d3a)
  • run migration:reset via migrate test utils (9f669dd)

Features

  • add support for --compact-output flag in reset and refresh commands (89322f9)
  • export Adapter from orm (#1030) (cbbb4fd)
  • export ModelPaginator class (#1051) (76dd1e5)
  • orm: add loadOnce to lazy load a relationship only once (#1052) (96df6a6)

What's Changed

New Contributors

Full Changelog: v21.2.0...v21.3.0