Releases: tegonal/minimalist
Releases · tegonal/minimalist
v2.0.0-RC-2 rename combine to cartesian/zip, SuffixArgsGeneratorDecider, more generator factories
v2.0.0-RC-2 rename combine to cartesian/zip, SuffixArgsGeneratorDecider, more generator factories
Pre-release
Pre-release
What's Changed
- rename toRandomArgsGenerator to toArb... move into OrderedArgsGenerator by @robstoll in #206 + #207
- add ASCII_ALPHA and ASCII_DIGIT to UnicodeRanges by @robstoll in #208
- update files of remote tegonal-scripts to version v4.9.1 via gt by @tegonal-bot in #209
- arb.combineAll and semiOrdered.combineDependent by @robstoll in #210
- mention the available property names so that one verify/copy by @robstoll in #211
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.20 by @renovate[bot] in #213
- introduce an optimised ConstantArbArgsGenerator by @robstoll in #214
- dateLikeFromTo by @robstoll in #215
- allow minSize=0 for arb.xyzBounds by @robstoll in #216
- listening supported keys shall include within which section by @robstoll in #217
- fix ArgsArgumentProvider, nested tuples shall be flattened and split by @robstoll in #218
- add ordered.mapIndexed and add missing tests by @robstoll in #219
- ArgsGeneratorSuffixDecider, allow to define custom AnnotationData by @robstoll in #220
- split PredefinedArgsSourceProviders and rename by @robstoll in #221
- arb.chunked with transform by @robstoll in #223
- fix ArbBoundsTest, minSize was 0 if min = maxInclusive by @robstoll in #224
- rename ArgsGeneratorSuffix to Suffix... add examples to README by @robstoll in #225
- make mergeWeighted an extension of arb by @robstoll in #226
- update files of remote gt to version v1.4.4 via gt by @tegonal-bot in #227
- move toArbArgsGenerator up to SemiOrdered, further examples in README by @robstoll in #228
- rename combine to cartesian for ordered and zip for arb by @robstoll in #230
Full Changelog: v2.0.0-RC-1...v2.0.0-RC-2
v2.0.0-RC-1 ArgsSource and ArgsGenerator preview
What's Changed
Documentation will follow in 2.0.0 release. See ArbNumberTest as an example who ArgsSource and arb is used.
Full Changelog: v1.1.0...v2.0.0-RC-1
v1.1.0 component1() and co.
What's Changed
Full Changelog: v1.0.0...v1.1.0
v1.0.0 initial release, providing Args
What's Changed
Full Changelog: https://github.com/tegonal/minimalist/commits/v1.0.0