Skip to content

v3.1.0 improved vararg support

Latest
Compare
Choose a tag to compare
@robstoll robstoll released this 10 Apr 19:52
· 5 commits to main since this release
v3.1.0
f7d8c89

What's Changed

  • provide flatten not only for List but for Iterable by @robstoll in #258
  • introduce toVarArg for Iterable, Sequence and Array by @robstoll in #259
  • rename toVarArg to toVararg in order to be in line with varargToList by @robstoll in #260
  • also provide toVararg for Iterable and Sequence by @robstoll in #261
  • add support for varargToList also for primitive array types by @robstoll in #262
  • fix(deps): update dependency com.dorongold.plugins:task-tree to v4.0.1 by @renovate in #263
  • introduce mapVararg by @robstoll in #264
  • introduce mapVarargIndexed by @robstoll in #265
  • validation is now integrated in setup-gradle by @robstoll in #267

Full Changelog: v3.0.0...v3.1.0