Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Changed PHP version requirement to >=8.1
  • Updated dev dependencies
  • Use laravel/pint to lint the code style

Added

  • Github Actions integrations
  • Typehint for Builder in CriteriaInterface::apply()

Removed

  • TravisCi integration

Changed

  • Updated information about package requirements

Fixed

  • AppliesCriteria defines valid scope (which can be used in query builder)
  • Links to releases in this CHANGELOG

1.0.1 - 2018-06-28

Changed

  • Set minimal PHP version (>= 7.1)

1.0.0 - 2018-06-28

Added

  • Add CriteriaInterface
  • Add CriteriaCollection