Releases: MasoniteFramework/orm
Releases · MasoniteFramework/orm
v0.8.1
Change Log
Added
- Added last to query builder
Fixed
- Fixed issue with eager loading
v0.8.0b
Change Log
- Added
related
method to the model class. - Added time ran to migrations to show duration
v0.7.2b
Change Log
- Added optional query logging in configuration settings
- Added first_or_fail, find_or_fail and _find_or_404 query methods
- Added chunking
- added model events and observers
- Added showing SQL for migrations
- Added inserted related records
- Added pagination
- Added morphs to the schema builder
- Added
.change()
abilities to schema builder
v0.7.1b
Change Log
- Added improvements to the connection resolver class to be more compatible with Masonite 3
v0.7.0b
Change Log
Final Beta Version
- Fixed running of migrations
- Fixed some builder methods not using mark
- Rewrote schema grammars into schema platforms
- Added table and table diff structure
- Put main connection point inside the connection class
- Added MSSQL support
- Removed schema grammar
Many other features and big fixes and rewrites
v0.6.3b
Change log
- Fixed issue with models not updating with their primary keys and updating all records instead
- Added ability for the query builder to resolve its own connection and grammar classes
- Various polishing improvements
v0.6.1b
Change Log
- Fixed postgres and sqlite grammar
- Polished package
- Rewrote Schema classes
v0.6.0b
Change Log
- Added transactions
- Fixes postgres connection class
- Refactored major parts of the codebase
- Improved eager loading
- Changed root namespace from
masoniteorm.orm
to justmasoniteorm
- improved query scopes
- Changed class relationship structures
- Added model meta model to quick class instantiation.
- Added last inserted ID to all 3 connection classes
- Added post processor class concept
- Added
MorphTo
polymorphic relationship class.
v0.5.0b
Change Log
- Refactored and restructured entire project. Changed how global scopes are created and changed how scopes are structured
v0.4.1
Change Log
- Added github action release