Skip to content

Releases: MasoniteFramework/orm

v2.17.0

04 Jul 02:28
b8dfdc1
Compare
Choose a tag to compare

Change Log

Added

  • Added ability to use nested relationships in existence relationships (has, where_has, doesnt_have, etc) by @josephmancuso in #744
  • Added schema for postgres by @josephmancuso in #745

Full Changelog: v2.16.0...v2.17.0

v2.16.0

02 Jul 11:48
d25a322
Compare
Choose a tag to compare

Change Log

Added

  • Added Decimal cast for number accuracy by @circulon in #741
  • added where_doesnt_have and improved belongs to many has call by @josephmancuso in #742
  • Added new query builder methods:
    • or_has
    • or_where_has
    • where_doesnt_have
    • or_where_doesnt_have
    • or_doesnt_have
    • or_where_exists
    • or_where_not_exists

Full Changelog: v2.15.0...v2.16.0

v2.15.0

30 Jun 01:55
0a58f48
Compare
Choose a tag to compare

Change Log

Added

Fixed

  • Fixed deep copy of new_from_builder method by @JRubics in #738

New Contributors

Full Changelog: v2.14.1...v2.15.0

v2.14.1

25 Jun 09:57
108743e
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed on method on the model so changing 1 model instance did not change all of them. by @josephmancuso in #730
  • Fixed recursion error when doing a deep copy of a query builder when using a where clause with a lambda expression by @josephmancuso in #732
  • Fixed Postgres alter commands not working when specifying a length by @josephmancuso in #733

Full Changelog: v2.14.0...v2.14.1

v2.14.0

13 Jun 00:00
0ed9584
Compare
Choose a tag to compare

Change Log

Added

  • Added model:docstring command by @girardinsamuel in #706
  • Added a distinct method to query builder for specifying distinct SELECT queries by @josephmancuso in #725
  • Added get_table_columns on the query builder to get the columns of a table in dictionary form @josephmancuso in #706

Fixed

  • Fixed joins method not joining on pivot table for belongs to many relationships by @josephmancuso in #719

Full Changelog: v2.13.3...v2.14.0

v2.13.3

10 Jun 01:08
a330dc3
Compare
Choose a tag to compare

Change Log

Fixed

Full Changelog: v2.13.2...v2.13.3

v2.13.2

08 Jun 04:06
1c9eb66
Compare
Choose a tag to compare

Change Log

Added

Full Changelog: v2.13.1...v2.13.2

v2.13.1

08 Jun 03:08
aae3ae0
Compare
Choose a tag to compare

Change Log

Added

  • Added without_events method to ObserveEvents class. This feature upda… by @JarriqTheTechie in #693

Fixed

Full Changelog: v2.13.0...v2.13.1

v2.13.0

06 Jun 02:47
8368335
Compare
Choose a tag to compare

Change Log

Added

Fixed

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.0

01 Jun 03:07
685a304
Compare
Choose a tag to compare

Change Log

Added

Fixed

New Contributors

Full Changelog: v2.11.11...v2.12.0