Skip to content

Releases: SimY4/coregex

1.1.0 functionaljava-quickcheck

23 Jan 06:06
c3fe8d3
Compare
Choose a tag to compare

✨ [functionaljava-quickcheck] initial functionaljava quickcheck support
🛠 [core] support for non-capturing groups with given flags syntax: (?idmsux-idmsux:X).
🛠 [core] support for \S non-space characters metachar syntax.
🛠 [core] support for \0n \0nn and \0mnn characters with octal value.
🛠 [core] for JDK 9+ support for \N{name} character with Unicode character name.
🧰 [jqwik] jqwik updated to 1.9.2

v1.0.11

12 Nov 23:44
bcbea54
Compare
Choose a tag to compare

🛠 [core] support more "interesting" cases of char class intersections.

v1.0.10

12 Nov 13:10
8691497
Compare
Choose a tag to compare

🛠 [core] support for char class intersection syntax &&.
🧰 [jqwik] jqwik updated to 1.9.1
🧰 [scalacheck] scalacheck updated to 1.18.1
🧰 [vavr-test] vavr-test updated to 0.10.5

v1.0.9

30 Jun 00:56
2d88fcb
Compare
Choose a tag to compare

🛠 [core] regex groups now have their own Coregex subtree representation. It should have no effect on any generation logic for now.
🧰 [jqwik] jqwik updated to 1.9.0
🧰 [kotest] kotest updated to 5.9.1
🧰 [scalacheck] scalacheck updated to 1.18.0

v1.0.8

24 Feb 02:22
f772ce9
Compare
Choose a tag to compare

🛠 [core] simplify parser
🛠 [scalacheck] simplify shrinker
🧰 [jqwik] jqwik updated to 1.8.3
🧰 [kotest] kotest updated to 5.8.0

v1.0.7

25 Aug 12:07
Compare
Choose a tag to compare

🛠 [core] parser enhancements
🛠 [core] support for regex \x and \u character patterns

v1.0.6

15 Aug 12:52
Compare
Choose a tag to compare

🛠 [core] fix determinism in some generated cases
🛠 [core] optimize set parser
🛠 [jqwik] deprecate edge case configuration
🛠 [kotest] simplify and deprecate edge case configuration
🛠 [scalacheck] remove null upper bound from Matching type
🧰 [jqwik] jqwik updated to 1.7.4

v1.0.5

05 Jun 03:04
Compare
Choose a tag to compare

🛠 [core] fix empty literal parsing one more time (I'm sorry and you're welcome).

v1.0.4

22 May 03:52
Compare
Choose a tag to compare

🛠 [core] fix quoted char class parsing
🛠 [core] fix empty literal parsing
🧰 [kotest] kotest updated to 5.6.2

v1.0.3

27 Apr 02:36
Compare
Choose a tag to compare

🛠 [core] support for regexes with comments
🛠 [jqwik, junit-quickcheck, kotest, vavr-test] support for regex flags in configuration annotation and arbitrary constructor
🧰 [kotest] kotest updated to 5.6.1