Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0 source code.tar.gz | 2024-02-25 | 11.3 MB | |
2.0 source code.zip | 2024-02-25 | 11.8 MB | |
README.md | 2024-02-25 | 2.5 kB | |
Totals: 3 Items | 23.0 MB | 1 |
Major changes
Changes:
- Support for Character Classes
\p{...}
and\P{...}
patterns. #76 - Configurable any character (dot) pattern #83
- Configurable
\s
characters. By default, it generates only spaces and tabs. #77 - API changed:
- No global configuration properties
- Factory methods to create instance of RgxGen - see examples
What's Changed
- Plugin versions updated by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/74
- Migrate to junit 5 by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/75
- Refactoring by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/78
- Refactoring by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/79
- Refactoring by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/81
- Verify that same values are generated always by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/82
- [#73]. \p is not supported (Character classes) by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/76
- Refactoring by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/84
- Refactoring/properties rework by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/86
- [#83].property to define what any character means by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/85
- [#77].wnitespace generation rework by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/87
- Add licencse check by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/94
- [#88]. Investigating TmpComple test patterns by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/95
- Versions update by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/96
- [#97].failing unicode category tests by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/98
- [#80]. Refactoring. by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/100
- Sorting a list is faster than collecting into a tree by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/101
- Release 2.0 by @curious-odd-man in https://github.com/curious-odd-man/RgxGen/pull/102
Full Changelog: https://github.com/curious-odd-man/RgxGen/compare/1.4...2.0