Releases: MasoniteFramework/orm
Releases · MasoniteFramework/orm
v2.11.1
v2.11.0
Change Log
Added
- Added method in_random_order() which returns a query set in random order. by @JarriqTheTechie in #659
- Adding attribute to the create method calling
cast=True
for casting values to creates by @josephmancuso in #667
Fixed
Full Changelog: v2.10.0...v2.11.0
v2.10.0
Change Log
Added
- Added ability to add columns to first method by @josephmancuso in #657
- Added date cast by @josephmancuso in #658
Fixes
- Fix/655 - Fixed issue with getting related methods and using first or create by @josephmancuso in #656
Full Changelog: v2.9.2...v2.10.0
v2.9.2
Change Log
Added
- Added .explain() method to QueryBuilder. by @JarriqTheTechie in #640
- Added .first_or_create() method to Model. by @JarriqTheTechie in #643
Fixed
- Fixed string type casting/coercion from
where_in
methods by @stoutput in #650 - Fixed edge-case Collection
where_in
bugs by @stoutput in #651 - Fix/637 - Fixed updating pivot table records on Many To Many relationships by @federicoparroni in #649
Full Changelog: v2.9.1...v2.9.2
v2.9.1
Change Log
Fixed
- Fix/635: Builder not initialized in many to many relations by @federicoparroni in #636
- Fixed related calls by @josephmancuso in #638
New Contributors
- @federicoparroni made their first contribution in #636
Full Changelog: v2.9.0...v2.9.1
v2.9.0
Change Log
Added
- Add
find_or_fail
on Model by @girardinsamuel in #629 - Added where_in on collection by @josephmancuso in #634
- Added .first_where() method on QueryBuilder by @JarriqTheTechie in #632
- Added .sole() method on QueryBuilder by @JarriqTheTechie in #631
New Contributors
- @JarriqTheTechie made their first contribution in #632
Full Changelog: v2.8.1...v2.9.0
v2.8.1
v2.8.0
What's Changed
Added
- Added polymorphic relationships by @josephmancuso in #621
Fixed
- Fixed default string on schema not taking into account by @josephmancuso in #625
Full Changelog: v2.7.0...v2.8.0