Bug fixes and new features
- Feat: Add
loadOnce
method to preload a relationship only when its not already preloaded. - Feat: Add support for
--compact-output
inmigration:reset
andmigration:refresh
commands. - Feat: Export
Adapter
andModelPaginator
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
- export Adapter from orm by @siddiquipro in #1030
- feat: Export ModelPaginator Class by @aayush123 in #1051
- Clone the preloader when cloning the query builder by @RomainLanz in #1050
- feat(orm): add loadOnce by @RomainLanz in #1052
New Contributors
- @siddiquipro made their first contribution in #1030
Full Changelog: v21.2.0...v21.3.0