v1.2.0
Fix type issues for custom ValueProvider
classes in conjunction with the listOf()
methods.
- custom
ValueProvider
classes should now derive from the newly introducedAbstractValueProvider
rather than fromValueProvider
listOf()
methods now work properly with customValueProvider
classes- the
copyWithChangedPrefix
method was changed to an instance method to return the derived type (the static predecessor is still available for compatibility but deprecated)
Fix possible exception in localTime
method
See README for further details.
MavenCentral: value-provider