Releases: Tavernari/StringContainsOperators
1.3.0
Input Kind of each predicate
Added an input kind for each predicate, which helps to simplify the implementation of strategies by allowing them to take in and output only one kind of data. This change will also make it easier to write unit tests for each strategy.
Simplified the implementation of Strategies
We have simplified the implementation of strategies, making it easier to maintain and update them in the future. This change also improves the readability of the code.
Added Unit Tests for each strategy
To ensure that each strategy works as expected, we have added unit tests for each strategy. These tests cover both positive and negative scenarios, ensuring that each strategy behaves as expected in all cases.
Added throw capability when invalid strategy evaluates
We have added a throw capability when an invalid strategy is evaluated. This change ensures that the library is more robust and that errors are caught early, improving overall stability and reliability.