Skip to content

Releases: CarmJos/EasyConfiguration

[3.9.1] Fix: Deployment

24 Dec 13:11
Compare
Choose a tag to compare

[3.9.0] Feature: SQL Provider

[3.8.1] 版本修复: 原生类型

21 Dec 12:48
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #42
  • chore(deps): Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by @dependabot in #43
  • chore(deps): Bump org.bspfsystems:yamlconfiguration from 1.3.3 to 1.4.0 by @dependabot in #44
  • chore(deps): Bump com.typesafe:config from 1.4.2 to 1.4.3 by @dependabot in #45
  • chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #46
  • chore(deps): Bump org.bspfsystems:yamlconfiguration from 1.4.0 to 2.0.0 by @dependabot in #47
  • chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #49
  • chore(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #48
  • chore(deps): Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #50
  • chore(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #51
  • chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #52
  • chore(deps): Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #53
  • fix(core): 解决 #54 的问题 by @huanmeng-qwq in #55

New Contributors

Full Changelog: 3.8.0...3.8.1

[3.8.0] 版本更新: MapValue

28 Aug 18:41
Compare
Choose a tag to compare
  • feat(map): 支持基于ConfigurationSection获得MapValue。
  • fix(init): 修复初始化创建无用文件的问题 #40

Full Changelog: 3.7.1...3.8.0

[3.7.1] 版本修复

[3.7.0] 添加对HOCON的支持

10 Jul 04:38
e4435bf
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #31
  • chore(deps): Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #32
  • chore(deps): Bump yamlconfiguration from 1.3.2 to 1.3.3 by @dependabot in #33
  • chore(deps): Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #34
  • chore(deps): Bump maven-shade-plugin from 3.4.1 to 3.5.0 by @dependabot in #35
  • 完成对 HOCON 格式的支持 by @flowerinsnowdh in #36
  • 修复路径截取错误导致无法拥有内部object类型的问题 by @flowerinsnowdh in #38

Full Changelog: 3.6.0...3.7.0

[3.6.0] 版本重构: 构造方法优化

20 May 01:40
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump maven-release-plugin from 2.5.3 to 3.0.0 by @dependabot in #27
  • chore(deps): Bump yamlconfiguration from 1.3.1 to 1.3.2 by @dependabot in #28
  • chore(deps): Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #29
  • chore(deps): Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #30

Full Changelog: 3.5.1...3.6.0

[3.5.1] 版本优化

20 Mar 12:17
Compare
Choose a tag to compare

[3.5.0] 版本优化

15 Mar 14:25
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #24
  • chore(deps): Bump annotations from 24.0.0 to 24.0.1 by @dependabot in #25
  • chore(deps): Bump maven-surefire-plugin from 2.22.2 to 3.0.0 by @dependabot in #26

Full Changelog: 3.4.0...3.5.0

[3.4.0] 版本更新:便捷方法

19 Feb 09:22
Compare
Choose a tag to compare
  • fix(list) 允许出现长度为0的List。(#23)
  • feat(value) 为ConfiguredList 与 ConfiguredMap 实现相关基础方法,即允许直接调用List、Map的相关方法。

What's Changed

New Contributors

Full Changelog: 3.3.3...3.4.0