Releases: ChronosXYZ/JGUN
Releases · ChronosXYZ/JGUN
Hotfix 0.2.5
- Replaced CompletableFuture in PathRef.
- Replaced getOrDefault() to get() in InMemoryGraph
- Added sourcesJar task to build.gradle
Hotfix 0.2.4
- Replaced String.join with implementation in Utils class for Android compatibility.
- Replaced getOrDefault() to get() in InMemoryGraph for Android compatibility.
Hotfix 0.2.3
Replaced CompletableFuture, which is compatible with the Android platform.
Hotfix 0.2.2
Added ability to set custom storage to GunSuperPeer
Hotfix 0.2.1
Added Serializable to Node class (for disk-based storages)
Release 0.2.0
Added the ability to track changes in data through the on()
and map()
methods.
Release 0.1.0
The initial release of this library. Implemented basic operations of GUN (put/get). The operations PUT
and GET
work correctly.