Releases: MasoniteFramework/orm
Releases · MasoniteFramework/orm
v2.19.0
Change Log
Added
- added delete_quietly method on Model by @JarriqTheTechie in #809
- added save_quietly method on Model by @JarriqTheTechie in #810
- Adds oldest, latest methods to QueryBuilder, fixes #790 by @yubarajshrestha in #795
Fixed
- Fix import to relative package import by @girardinsamuel in #808
- Fix
force_delete()
method by @girardinsamuel in #806 - Fixed JSONCast Force conversion to str for unhandled types by @circulon in #818
- Fix
increment()
anddecrement()
methods by @girardinsamuel in #807 - fixed issue with sqlite not respecting the nullable values of columns by @josephmancuso in #826
- fix: Belongs to many - Table can't be without an underscore by @maicol07 in #825
- added missing subquery_alias_string by @josephmancuso in #829
- Fix fillable and guarded attribute behavior on mass-assignment by @stoutput in #830
Full Changelog: v2.18.6...v2.19.0
v2.18.6
Change Log
Fixed
- Fixed bug in JSONCast by @if4lcon in #797
- Fixed #799 by @federicoparroni in #800
- Fixed Connection config loading by @Marlysson in #796
New Contributors
- @if4lcon made their first contribution in #797
Full Changelog: v2.18.5...v2.18.6
v2.18.5
Change Log
- Index scopes by class in which they are declared by @federicoparroni in #788
- Fixed Morph_one should respect provided key and id by @circulon in #784
- Fixed null attribute error when creation by @LordDeveloper in #782
- fixed qmark and scope order by @josephmancuso in #789
Full Changelog: v2.18.4...v2.18.5
v2.18.4
Change Log
Fixed
- Fixed appending the address in models calling too many queries by changing how collections are plucked in relationships by @josephmancuso in #779
Full Changelog: v2.18.3...v2.18.4
v2.18.3
Change Log
Fixed
- Fixed pivot record of belongs to many not deleting properly when detaching by @josephmancuso in #778
- Fixed bulk create not properly ordering dictionary values to align to columns by @circulon in #773
- Fixed wrong select structure when using having and order by by @felipehertzer in #774
Full Changelog: v2.18.2...v2.18.3
v2.18.2
Change Log
Fixed
- Fixed not needed import
v2.18.1
Change Log
- Fixed detaching deleting when it should be updating by @josephmancuso in #762
- Increased priority of attribute accession by @josephmancuso in #763
- Fixed has relationship methods by @josephmancuso in #764
- Fixed lambda filters not working with the with_ method by @josephmancuso in #766
Full Changelog: v2.18.0...v2.18.1
v2.18.0
Change Log
Added
- Added lambda ability in the
with_
method by @josephmancuso in #757
Fixed
Full Changelog: v2.17.2...v2.18.0