Skip to content

V 1.0.6

Compare
Choose a tag to compare
@RealYusufIsmail RealYusufIsmail released this 12 Sep 20:42
· 22 commits to master since this release

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