Skip to content

Releases: MasoniteFramework/orm

v2.11.9

21 May 15:38
e495842
Compare
Choose a tag to compare

Change Log

Full Changelog: v2.11.8...v2.11.9

v2.11.8

17 May 23:02
b144bae
Compare
Choose a tag to compare

Change Log

Full Changelog: v2.11.7...v2.11.8

v2.11.7

16 May 21:30
f9a78f3
Compare
Choose a tag to compare

Change Log

  • Fixed possible migration issue when specifying the migration file name and include the .py in the name by @josephmancuso in #675

Full Changelog: v2.11.6...v2.11.7

v2.11.6

16 May 11:26
35f3008
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed missing query builder lambda expression for where_exists and where_not_exists methods by @josephmancuso in #673

Full Changelog: v2.11.5...v2.11.6

v2.11.5

16 May 00:16
123e42b
Compare
Choose a tag to compare

Change Log

Fixed

Full Changelog: v2.11.4...v2.11.5

v2.11.4

15 May 18:57
4104555
Compare
Choose a tag to compare

Change Log

Full Changelog: v2.11.3...v2.11.4

v2.11.3

15 May 17:51
6d517d8
Compare
Choose a tag to compare

Change Log

Fixed

Full Changelog: v2.11.2...v2.11.3

v2.11.2

15 May 16:53
ea7bfb6
Compare
Choose a tag to compare

Change Log

  • Removed print statement from model code

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