Releases: mahmoudmohamedramadan/easy-model
Releases · mahmoudmohamedramadan/easy-model
v1.0.5
Changed
- Refactor the
getEloquentBuilder
andgetQueryBuilder
methods. - Improve the code's readability.
Fixed
- Fix the search issue when providing a relationship.
v1.0.4
Changed
- Refactor the
addOrderBy
method. - Improve the code's readability.
v1.0.3
Added
- Add the ability to order the model by its relationships.
Changed
- Improve the code's readability.
v1.0.2
Added
- Add the ability to easily switch between
Eloquent Builder
andQuery Builder
.
Changed
- Execute an
Eloquent Builder
instead of aQuery Builder
.
Fixed
- Fixe assigning the correct query type issue.
v1.0.1
Added
- Speed up the query time using
Query Builder
instead ofEloquent Builder
. - Add the ability to order the results using
addOrderBy
method.
Changed
- Rename the methods to be more descriptive.
v1.0.0
Release the package. 🎉
v1.0.0-alpha.3
Added
- Add the ability to search within the models and their relationships using
addWheres
andaddOrWheres
methods.
Changed
- Rename the method that adds all relationships where to
addAllWheres
andaddAllOrWheres
.
v1.0.0-alpha.2
Added
- Add the ability to search within model relationships using
addWhereRelation
andaddOrWhereRelation
methods.
v1.0.0-alpha.1
Initial pre-release.