Skip to content

Releases: trogon/ketupa-predicates

Release v1.0.6

18 Jan 07:40
71bf838
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

Release v1.0.5

26 Oct 07:10
af86119
Compare
Choose a tag to compare

Performance improvements
Includes:

  • Publish symbols for debugging #39
  • Operator is case sensitive #41
  • Space after the operator name is not removed #42

Release v1.0.4

24 Oct 23:53
dcc00d0
Compare
Choose a tag to compare

New predicate operator Matches and array mode for IN operator
Includes:

  • Check if array contains given text #35
  • Introduced operator for regular expressions "Matches" #37

Release v1.0.3

22 Oct 08:02
6d89662
Compare
Choose a tag to compare

New predicate operator IN and improved argument parsing
Includes:

  • Binary data direct access #14
  • Check if text contains word #28
  • Text with comma #33

Release v1.0.2

21 Oct 07:12
62ca280
Compare
Choose a tag to compare

New predicate operators and array access for variables

Includes:

  • Single predicate with comparison #2
  • Array access for the variables #12
  • Multiple arguments for OR and AND predicates #22

Release v1.0.1

20 Oct 09:50
11bcba7
Compare
Choose a tag to compare

Backwards compatibility with .NET Framework

Includes:

Backwards compatibility #20

Release v1.0.0

19 Oct 19:55
6c48706
Compare
Choose a tag to compare

MVP version

Includes:

  • Single predicate with equals #1
  • Expression testing cli #3
  • Logical operators #5
  • Use variables in predicate #6
  • HasFlag operator #15