Skip to content

Releases: RealYusufIsmail/JConfig

v1.0.8

20 Nov 11:36
b6093d0
Compare
Choose a tag to compare

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

05 Oct 19:57
Compare
Choose a tag to compare

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

Full Changelog: v1.0.6...v1.0.7

V 1.0.6

12 Sep 20:42
Compare
Choose a tag to compare

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

11 Sep 17:07
Compare
Choose a tag to compare

Fixed an issue JConfig Utils

Full Changelog: v1.0.3...v1.0.5

V 1.0.4

11 Sep 13:18
Compare
Choose a tag to compare

Added the ability to get the values as kotlin and java variables

V 1.0.3

11 Sep 10:51
Compare
Choose a tag to compare

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

11 Sep 07:43
Compare
Choose a tag to compare

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

11 Sep 07:02
Compare
Choose a tag to compare

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

11 Sep 06:29
Compare
Choose a tag to compare

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