Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 2.37 KB

Changelog

Release 2.3.0

https://github.com/CakeDC/search/tree/2.3.0

  • 4b7cfdb Made the prg component initialization configurable, see CakeDC#138
  • 2fd5d97 Changing Set to Hash in an App::uses() call
  • eabe675 Updating the deprecated Set to Hash
  • afc8f5d Fixes CakeDC#133
  • f72a97b Field value is actually null
  • c4df770 Fix emptyValue for query strings, before it was only possible for named params.
  • aa87da7 Renaming the test file that triggers all tests
  • 6ae2212 Fixing the filterArgs initialization
  • 57a4ddc Fixes a missing word, see CakeDC#115
  • 24f8520 Fixed one test and removed another that isn't necessary anymore since always allowing wildcards
  • 6fbf596 Partly reconstructed testSubQueryEmptyCondition()
  • eadc9a8 Replaced skipIf() with markTestSkipped()
  • f26cbb0 General DocBlock, comment and code cleanup in PrgComponentTest
  • a45388e Removed unused variable in SearchableBehavior
  • 872499d General DocBlock, comment and code cleanup of test suite
  • 30d69cb General DocBlock, comment and code cleanup of fixtures
  • 07d812f Fixed @license part order in all files
  • 90c9916 General DocBlock, comment and code cleanup of SearchableBehaviorTest
  • 363cdc7 Removed Behaviors->detach, replaced Behaviors->attach by Behaviors->load()
  • e3afc10 Always allow custom wildcards