Releases: MasoniteFramework/orm
Releases · MasoniteFramework/orm
v2.17.0
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
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
Change Log
Added
- Added doesnt_have method by @josephmancuso in #740
Fixed
New Contributors
Full Changelog: v2.14.1...v2.15.0
v2.14.1
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
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
Change Log
Fixed
- Fixed deep copy of new_from_builder by @josephmancuso in #716
Full Changelog: v2.13.2...v2.13.3
v2.13.2
Change Log
Added
- Added connection attribute to seeder classes by @josephmancuso in #715
Full Changelog: v2.13.1...v2.13.2
v2.13.1
Change Log
Added
- Added without_events method to ObserveEvents class. This feature upda… by @JarriqTheTechie in #693
Fixed
- Fixed dirty attributes not resetting after saving by @josephmancuso in #712
Full Changelog: v2.13.0...v2.13.1
v2.13.0
Change Log
Added
- Added exists and doesnt_exist method to QueryBuilder. by @JarriqTheTechie in #694
- Added where_date and or_where_null by @josephmancuso in #710
- Added Model.pyi file to improve model typehinting by @josephmancuso in #711
Fixed
- Fixed hardcoded
User
Model at line 1 by @rfschubert in #708 - Fixed add_binding issue by @josephmancuso in #709
New Contributors
- @rfschubert made their first contribution in #708
Full Changelog: v2.12.0...v2.13.0
v2.12.0
Change Log
Added
- Added support to having_raw builder method by @felipehertzer in #698
Fixed
- Fixed updating of model attributes on the update method by @LordDeveloper in #700
New Contributors
- @LordDeveloper made their first contribution in #700
Full Changelog: v2.11.11...v2.12.0