Skip to content

3.1.0

Compare
Choose a tag to compare
@rochamarcelo rochamarcelo released this 22 Feb 15:11
· 12 commits to 3.next-cake5 since this release
102f5cc

What's Changed

  • Feature/fetch table with default table by @rochamarcelo in #19
    • Check defined $defaultTable when calling LocatorAwareTrait::fetchTable without arguments
    • For controllers when calling fetchTable without arguments and not defined custom $defaultTable try to detect the table based on the Controller's className
    • Fixed console helper extension to use ucfirst as is done in the method ConsoleIo::helper
  • Update README.md by @steinkel in #23
  • Add license file and fix readme links by @steinkel in #24
  • Update README.md by @dereuromark in #21
  • Update ci.yml to add php8.3 by @steinkel in #25
  • Update README.md by @dereuromark in #26
  • Improve return types for Table methods by @rochamarcelo in #27
  • Feature/cakephp rules 001 by @rochamarcelo in #28
    • Added rule AddAssociationExistsTableClassRule
    • Added rule AddAssociationMatchOptionsTypesRule
    • Added rule AddBehaviorExistsClassRule
    • Added rule OrmSelectQueryFindMatchOptionsTypesRule
    • Added rule TableGetMatchOptionsTypesRule
    • Added extension to fix intersection phpDoc for associations

New Contributors

Full Changelog: 3.0.1...3.1.0