Releases: MasoniteFramework/orm
Releases · MasoniteFramework/orm
v2.11.11
Change Log
- Fixed query builder not updating model instance correctly after an update by @josephmancuso in #697
Full Changelog: v2.11.10...v2.11.11
v2.11.10
Changelog
Fixed
- Allow to select migration for
migrate:reset
andmigrate:refresh
commands by @girardinsamuel in #678 - Fixed seed run should use connection flag when refreshing database by @josephmancuso in #690
- Fixed Collection.eq by @ian-honor in #685
- Fixed binding issue on where sub groups by @josephmancuso in #691
- Fixed appends modifying the internal model attributes by @josephmancuso in #692
New Contributors
- @ian-honor made their first contribution in #685
Full Changelog: v2.11.9...v2.11.10
v2.11.9
Change Log
- Fixed increment and decrement method not returning new value by @josephmancuso in #680
Full Changelog: v2.11.8...v2.11.9
v2.11.8
Change Log
- Fixed belongs to many relate method by @josephmancuso in #677
Full Changelog: v2.11.7...v2.11.8
v2.11.7
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
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
v2.11.4
v2.11.3
Change Log
Fixed
- fixed create casting on query builder by @josephmancuso in #669
Full Changelog: v2.11.2...v2.11.3
v2.11.2
Change Log
- Removed print statement from model code