Skip to content

v0.6.0

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

Added

  • $pagee for customizing pagination in PaginateTrait
  • WritableTrait for handling CRUD operations
  • Usage of timestamps (e.g., CREATED_AT, UPDATED_AT)

Changed

  • WildfireTrait::wildfire returns Wildfire instance
  • 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