Releases: pleo-io/prop
Releases · pleo-io/prop
v6.0.0
v5.0.0
v4.0.0
4.0.0 (2022-01-24)
We have had some issues cutting releases; pardon the confusion.
Bug Fixes
- ci: refactor workflow
BREAKING CHANGES
- core: More idiomatic Kotlin (#77) (d8d1c63)\
- Use Kotlin lambda instead of Runnable for Prop.addCallback, and instead of Function for PropFactory.parse.
- core: Move to Kotlin (#76) (f506e740)
JacksonParserFactory
had mistakenly been given the classio.pleo.prop.guice
; it has been corrected toio.pleo.prop.jackson
.- minimum JDK version has been bumped to JDK11.
v3.0.1
v3.0.0
v2.4.0
v2.3.0
v2.2.0
v2.1.0
Default Prop values
Added @Default
annotation which allows default values to be set on properties.