Skip to content

Releases: mahmoudmohamedramadan/easy-model

v1.0.5

12 Oct 11:32
Compare
Choose a tag to compare

Changed

  • Refactor the getEloquentBuilder and getQueryBuilder methods.
  • Improve the code's readability.

Fixed

  • Fix the search issue when providing a relationship.

v1.0.4

10 Oct 21:46
Compare
Choose a tag to compare

Changed

  • Refactor the addOrderBy method.
  • Improve the code's readability.

v1.0.3

08 Oct 13:38
Compare
Choose a tag to compare

Added

  • Add the ability to order the model by its relationships.

Changed

  • Improve the code's readability.

v1.0.2

06 Oct 11:24
Compare
Choose a tag to compare

Added

  • Add the ability to easily switch between Eloquent Builder and Query Builder.

Changed

  • Execute an Eloquent Builder instead of a Query Builder.

Fixed

  • Fixe assigning the correct query type issue.

v1.0.1

05 Oct 22:09
Compare
Choose a tag to compare

Added

  • Speed up the query time using Query Builder instead of Eloquent Builder.
  • Add the ability to order the results using addOrderBy method.

Changed

  • Rename the methods to be more descriptive.

v1.0.0

03 Oct 19:42
Compare
Choose a tag to compare

Release the package. 🎉

v1.0.0-alpha.3

03 Oct 16:52
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Added

  • Add the ability to search within the models and their relationships using addWheres and addOrWheres methods.

Changed

  • Rename the method that adds all relationships where to addAllWheres and addAllOrWheres.

v1.0.0-alpha.2

01 Oct 19:20
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Added

  • Add the ability to search within model relationships using addWhereRelation and addOrWhereRelation methods.

v1.0.0-alpha.1

01 Oct 06:21
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Initial pre-release.