Skip to content

Commit

Permalink
Add caching control and deprecate setUseCache method description to C…
Browse files Browse the repository at this point in the history
…HANGELOG
  • Loading branch information
Thavarshan committed Apr 23, 2024
1 parent 1405900 commit f9b6cf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
- **Conditional Log Statements**: Added conditional logging throughout the filter application process to provide granular insights into key actions and decisions. This feature is designed to help in pinpointing issues and understanding filter behavior under various conditions.
- **Unit Tests for Logging**: Extended the test suite to include tests verifying that logging behaves as expected under different configurations, ensuring that the new functionality is robust and reliable.

### Changed

- Deprecated instance method `setUseCache()` in favor of static method `enableCaching()` for improved consistency and clarity. This change aligns with the existing static property `useCache` and enhances the discoverability of caching-related functionality. [#12](https://github.com/Thavarshan/filterable/pull/12)

### Fixed

- Minor bug fixes and performance optimizations to enhance stability and efficiency.
Expand Down

0 comments on commit f9b6cf8

Please sign in to comment.