Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@rougin rougin released this 21 Oct 16:08

Added

  • $pagee for customizing pagination in PaginateTrait
  • Methods in Repository related to CRUD operations
  • Repository::dropdown for getting results as dropdowns
  • Usage of timestamps (e.g., CREATED_AT, UPDATED_AT)
  • Support the latest version of doctrine/orm (~3.0)

Changed

  • CredoTrait::credo returns Credo instance
  • Model::delete returns a boolean
  • Code coverage to Codecov
  • Code documentation by php-cs-fixer
  • Improved code quality by phpstan
  • Simplified code structure
  • Workflow to Github Actions

Fixed

  • Getting offset value in PaginateTrait

Removed

  • __call magic method in Repository