- [1.x] Restores the
resolveModel
method.
- [1.x] Removes the
resolveModel
method.
- [1.x] Adds the
setUpdatableQuery
method. - [1.x] Adds the
fetchBuilder
method. - [1.x] Adds the
setSearchableQuery
method. - [1.x] Adds the ability to specify the builder type that is getting back.
- [1.x] Updates the return type of the
setUpdatableModel
method. - [1.x] Removes the
setChainableModel
method. - [1.x] Removes the
updateOrCreateModel
andupdateOrCreateRelationship
methods. - [1.x] Fixes updating single model instances.
- [1.x] Fixes populating the
updated_at
column when incrementing and decrementing values. - [1.x] Fixes toggling many columns at a bunch of records.
- [1.x] Fixes the model serialization issue encountered in the
toggleColumns
method. - [1.x] Fixes updating an empty array of togglable columns.
- [1.x] Adds the
zeroOutColumns
method. - [1.x] Adds the
toggleColumns
method. - [1.x] Updates the functionality of incrementing and decrementing the columns.
- [1.x] Adds the ability to execute update operations using
Query Builder
andEloquent Builder
.
- [1.x] Adds the
Updatable
trait. - [1.x] Adds the
ignoreGlobalScopes
method. - [1.x] Adds the
includeSoftDeleted
method. - [1.x] Renames the
setModel
method tosetSearchableModel
. - [1.x] Refactors the code.
- [1.x] Improves the code's readability.
- [1.x] Refactors the code.
- [1.x] Fixes the providing columns and values only to the
addWheres
andaddOrWheres
methods.
- [1.x] Fixes the result ordering by the same model and its relationship column.
- [1.x] Adds the ability to pass closures to
addWheres
andaddOrWheres
methods.
- [1.x] Adds the ability to order the result using
HasOne
,HasMany
,BelongsTo
, andBelongsToMany
relationships. - [1.x] Fixes the result of ordering by model relationship.
- [1.x] Optimizes the query time.
- [1.x] Improves the code's readability.
- [1.x] Adds the ability to use
Local Scopes
andGlobal Scopes
.
- [1.x] Fixes searching in the relationship with an anonymous model.
- [1.x] Fixes searching within the model itself.
- [1.x] Renames the
addAllWheres
andaddOrAllWheres
methods toaddRelationConditions
andaddOrRelationConditions
. - [1.x] Improves the code's readability.
- [1.x] Updates the
order by
query by replacing the foreign with the primary key.
- [1.x] Optimizes the query time.
- [1.x] Adds the
ext-pdo
torequire
key. - [1.x] Adds the
laravel/framework
torequire
key. - [1.x] Removes the
illuminate/database
from therequire
key. - [1.x] Removes the
illuminate/contracts
from therequire
key. - [1.x] Removes the
illuminate/pagination
from therequire
key.
- [1.x] Refactors the
getEloquentBuilder
andgetQueryBuilder
methods. - [1.x] Improves the code's readability.
- [1.x] Fixes the search issue when providing a relationship.
- [1.x] Refactors the
addOrderBy
method. - [1.x] Improves the code's readability.
- [1.x] Adds the ability to order the model by its relationships.
- [1.x] Improves the code's readability.
- [1.x] Adds the ability to easily switch between
Eloquent Builder
andQuery Builder
. - [1.x] Executes an
Eloquent Builder
instead of aQuery Builder
. - [1.x] Fixes assigning the correct query type issue.
- [1.x] Speeds up the query time using
Query Builder
instead ofEloquent Builder
. - [1.x] Adds the ability to order the results using the
addOrderBy
method. - [1.x] Renames the methods to be more descriptive.
- [1.x] Releases the package. 🎉
- [1.x] Renames the method that adds all relationships checking to
addAllWheres
andaddAllOrWheres
methods. - [1.x] Adds the ability to search within the models and their relationships using
addWheres
andaddOrWheres
methods.
- [1.x] Adds the ability to search within model relationships using
addWhereRelation
andaddOrWhereRelation
methods.
- [1.x] Initials pre-release.