Skip to content

Releases: xLevitate/hive-json

2.0.0

Choose a tag to compare

@xLevitate xLevitate released this 23 Oct 20:47

added:

  • Completely reworked how the JSONStorage class works.
  • You can now add custom adapters.

v1.1.0

Choose a tag to compare

@xLevitate xLevitate released this 27 Aug 11:15

added: update function to easily modify values.
removed: unnecessary comments

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.xLevitate:hive-json:1.1.0'
}

v1.0.1

Choose a tag to compare

@xLevitate xLevitate released this 20 Aug 21:31

fixed: added missing moshi-adapters

v1.0.0

Choose a tag to compare

@xLevitate xLevitate released this 17 Aug 13:38

initial stable library release