Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 968 Bytes

Laravel Data Provider

1.0.6, March 25, 2024

  • Enh: Added support for "illuminate/support" 11.0 (klimov-paul)

1.0.5, May 18, 2023

  • Bug #4: Fixed PHP error on DataProvider instantiation, when config file is not published (klimov-paul)

1.0.4, February 27, 2023

  • Enh: Added support for "illuminate/support" 10.0 (klimov-paul)

1.0.3, June 6, 2022

  • Enh #1: Added DataProvider::new() static method for a new instance creation (leandrogehlen, klimov-paul)

1.0.2, February 9, 2022

  • Enh: Added support for "illuminate/support" 9.0 (klimov-paul)
  • Enh: Added method DataProvider::isEmpty() for empty filter value checks (klimov-paul)

1.0.1, January 28, 2022

  • Bug: Fixed filter is not skipped for null values (klimov-paul)

1.0.0, January 21, 2022

  • Initial release.