Skip to content

Releases: MasoniteFramework/orm

v2.11.1

15 May 16:11
99055e9
Compare
Choose a tag to compare

Change Log

Full Changelog: v2.11.0...v2.11.1

v2.11.0

15 May 15:33
8eba6ed
Compare
Choose a tag to compare

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

  • Fixed multiple bindings on _raw query methods by @stoutput in #661

Full Changelog: v2.10.0...v2.11.0

v2.10.0

07 May 15:20
1795d74
Compare
Choose a tag to compare

Change Log

Added

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

05 May 11:49
4a9b7f8
Compare
Choose a tag to compare

Change Log

Added

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

22 Apr 02:51
472f794
Compare
Choose a tag to compare

Change Log

Fixed

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

21 Apr 02:50
798de75
Compare
Choose a tag to compare

Change Log

Added

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

20 Apr 02:15
57704f3
Compare
Choose a tag to compare

Change Log

Fixed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

19 Apr 04:00
577807f
Compare
Choose a tag to compare

What's Changed

Added

Fixed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

13 Apr 00:13
aa00e27
Compare
Choose a tag to compare

Change Log

Changed

  • Move first query builder instantiation out of init and into Model.boot() by @stoutput in #623

Added

  • Add a new model attribute, uuid_bytes, to force bytes UUID generation by @stoutput in #624

Full Changelog: v2.6.1...v2.6.2

v2.6.1

11 Apr 14:54
e465d70
Compare
Choose a tag to compare

Change Log

Changed

  • Bump faker dep requirement to allow for using latest. by @stoutput in #622

New Contributors

Full Changelog: v2.6.0...v2.6.1