Releases: CarmJos/configured
Releases · CarmJos/configured
[4.1.7] Updates
- feat(record): Support record type values adapter.
- feat(adapter): Support complex ParameterizedType's serialize & deserialize.
- fix(deps): update dependency org.mongodb:mongodb-driver-sync to v5.5.1 by @renovate in #148
- build(deps): bump org.mongodb:mongodb-driver-sync from 5.5.0 to 5.5.1 by @dependabot in #150
- fix(deps): update kotlin monorepo to v2.2.0 by @renovate in #156
- build(deps): bump kotlin.version from 2.1.21 to 2.2.0 by @dependabot in #155
- build(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot in #154
- chore(deps): update dependency org.sonatype.central:central-publishing-maven-plugin to v0.8.0 by @renovate in #153
- build(deps-dev): bump log4j.version from 2.24.3 to 2.25.0 by @dependabot in #152
- chore(deps): update log4j2 monorepo to v2.25.0 by @renovate in #151
Full Changelog: 4.1.5...4.1.7
[4.1.5] Updates
What's Changed
- build(deps): bump org.mongodb:mongodb-driver-sync from 5.4.0 to 5.5.0 by @dependabot in #145
- fix(deps): update kotlin monorepo to v2.1.21 by @renovate in #147
- build(deps): bump com.google.code.gson:gson from 2.13.0 to 2.13.1 by @dependabot in #143
- fix(deps): update dependency com.google.code.gson:gson to v2.13.1 - autoclosed by @renovate in #142
Full Changelog: 4.1.4...4.1.5
[4.1.4] Update: Kotlin DSL
What's Changed
- fix(deps): update dependency org.mongodb:mongodb-driver-sync to v5.4.0 by @renovate in #133
- feat: Support kotlin dsl by @huanmeng-qwq in #134
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by @renovate in #135
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #136
- fix(deps): update dependency com.google.code.gson:gson to v2.13.0 by @renovate in #137
- build(deps): bump kotlin.version from 1.9.22 to 2.1.20 by @dependabot in #141
- fix(deps): update kotlin monorepo to v2 (major) by @renovate in #140
- chore(deps): bump com.google.code.gson:gson from 2.12.1 to 2.13.0 by @dependabot in #138
Full Changelog: 4.1.3...4.1.4
[4.1.3] Fix: Text
Full Changelog: 4.1.2...4.1.3
[4.1.2] Update: Enhanced texts
feat(text)
Optimized ContentHandler with Replacer & Inserter.feat(type)
Add more functions to create ValueType<?>.
Full Changelog: 4.1.1...4.1.2
[4.1.1] Update: Validator
feat(validator)
Support validators for config values.feat(exception)
Supported ConfigExceptionHandler for holders.
BREAKING CHANGES
ValueManifest
andConfigValue
added a new type "UNIT" to mark the minimal unit value of this instance.
Full Changelog: 4.1.0...4.1.1
[4.1.0] Update
refactor
Rename this project to "configured".
Full Changelog: 4.0.11...4.1.0
[4.0.11] Updates: Text & Hocon
feat(hocon)
hocon supported by @flowerinsnowdh in #131feat(text)
Support more text insection pattern.feat(sql)
Support custom sql table schema.
Full Changelog: 4.0.10...4.0.11
[4.0.10] Fixed: SQL Table
Full Changelog: 4.0.9...4.0.10
[4.0.9] Updates: Section & Comments
feat(section)
Add ConfigureSection#asMap function.fix(comment)
Fixed yaml comments.
Full Changelog: 4.0.8...4.0.9