Skip to content

Releases: Tavernari/StringContainsOperators

1.3.0

25 Mar 09:19
Compare
Choose a tag to compare

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.

1.2.0

24 Mar 22:57
Compare
Choose a tag to compare

Add negatable operator !
Add regexp operator =~

1.1.1

23 Mar 23:00
Compare
Choose a tag to compare

Improve internal implementations.
Add comments.

1.1.0

23 Mar 22:53
Compare
Choose a tag to compare

Add ~ prefix operator to signalize insensitive case and diacritic.

1.0.0

23 Mar 17:55
Compare
Choose a tag to compare
Remove .vscode