Releases: CarmJos/configured
Releases · CarmJos/configured
[4.2.0] Update: Collections
- refactor(builder): Refactor builder functions to support custom adapters.
- refactor(collection): Refactor builders of collection types (including List and Set).
What's Bot Changed
- chore(deps): update log4j2 monorepo to v2.25.1 by @renovate[bot] in #161
- build(deps-dev): bump log4j.version from 2.25.0 to 2.25.1 by @dependabot[bot] in #162
- build(deps): bump com.typesafe:config from 1.4.3 to 1.4.4 by @dependabot[bot] in #160
- build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #158
- chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.8 by @renovate[bot] in #157
- fix(deps): update kotlin monorepo to v2.2.10 by @renovate[bot] in #165
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #163
- build(deps): bump kotlin.version from 2.2.0 to 2.2.10 by @dependabot[bot] in #166
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #168
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.3 by @renovate[bot] in #167
- chore(deps): update actions/setup-java action to v5 by @renovate[bot] in #170
- fix(deps): update dependency org.jetbrains:annotations to v26.0.2-1 by @renovate[bot] in #172
- fix(deps): update dependency org.yaml:snakeyaml to v2.5 by @renovate[bot] in #171
- fix(deps): update dependency com.google.code.gson:gson to v2.13.2 by @renovate[bot] in #175
- build(deps): bump kotlin.version from 2.2.10 to 2.2.20 by @dependabot[bot] in #174
- fix(deps): update kotlin monorepo to v2.2.20 by @renovate[bot] in #173
- fix(deps): update dependency org.mongodb:mongodb-driver-sync to v5.6.0 by @renovate[bot] in #178
- build(deps): bump com.typesafe:config from 1.4.4 to 1.4.5 by @dependabot[bot] in #177
- fix(deps): update dependency com.typesafe:config to v1.4.5 by @renovate[bot] in #176
- chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.1 by @renovate[bot] in #179
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.4 by @renovate[bot] in #180
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.12.0 by @renovate[bot] in #181
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1 by @renovate[bot] in #182
- chore(deps): update log4j2 monorepo to v2.25.2 by @renovate[bot] in #183
- chore(deps): update dependency org.sonatype.central:central-publishing-maven-plugin to v0.9.0 by @renovate[bot] in #184
- refactor deserialize, add set collection dsl by @huanmeng-qwq in #185
Full Changelog: 4.1.7...4.2.0
[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
ValueManifestandConfigValueadded 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
refactorRename 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