Releases: RealYusufIsmail/JConfig
v1.0.8
What's Changed
- Bump dokka-base from 1.7.10 to 1.7.20 by @dependabot in #6
- Bump org.jetbrains.dokka from 1.7.10 to 1.7.20 by @dependabot in #5
- Bump jackson-module-kotlin from 2.13.4 to 2.14.0 by @dependabot in #7
- Downgraded to java 11 by @RealYusufIsmail in #9
- Added some new workflows
- Minor bug fixeses
Full Changelog: v1.0.7...v1.0.8
v 1.0.7
What's Changed
- Update Gradle Wrapper from 7.4.2 to 7.5.1 by @github-actions in #1
- Bump com.diffplug.spotless from 6.10.0 to 6.11.0 by @dependabot in #2
- Added null check by @RealYusufIsmail in #4
- Updated kotlin version
New Contributors
- @github-actions made their first contribution in #1
- @dependabot made their first contribution in #2
- @RealYusufIsmail made their first contribution in #4
Full Changelog: v1.0.6...v1.0.7
V 1.0.6
some bug fixing and renaming:
Renamed all values in JConfigObject from val object to val as object.
Replaced IllegalArgumentException with JConfigException
for get(key: String, defaultValue: Any) instead of trying and throwing an error, it checks if it contains the key in the map else it returns the default value
Full Changelog: v1.0.5...v1.0.6
V 1.0.5
Fixed an issue JConfig Utils
Full Changelog: v1.0.3...v1.0.5
V 1.0.4
Added the ability to get the values as kotlin and java variables
V 1.0.3
Added the annotation JvmStatic to give the ability to use JConfigUtils methods as normal static in java.
Full Changelog: v1.0.2...v1.0.3
V 1.0.2
Fixed the following issue:
getString in JConfig Utils now check if it is an instance of TextNode
Full Changelog: v1.0.1...v1.0.2
V 1.0.1
Fixed the following issue:
Made methods in JConfig util static
Added some missing java doc
Full Changelog: 1.0.0...v1.0.1
V 1.0.0
In this first version you are able:
Get the values
Change the file name
Change the file location
Includes doc but could be improved
Created a wiki
Full Changelog: https://github.com/RealYusufIsmail/JConfig/commits/1.0.0