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