Releases: uport-project/kotlin-common
Releases · uport-project/kotlin-common
0.4.4
fix: replaces kotlinx-serialization-runtime with -json (#12)
0.4.2
fix: Expose internal dependencies as API to fix NoClassDefFound errors downstream ( 791c0aa )
0.4.0
feat - easy configuration with infuraProjectID ( #8 )
feat - find networks by name after configuration ( #9 )
0.3.2
build: bump kethereum to 0.76.2
0.3.1
refactor - simplify imports, using lowercase coordinates for komputing libs ( 6a827d0 )
0.3.0 - goodbye moshi
- refactor - replace moshi with kotlinx.serialization ( #6 )
- this is a breaking change for upstream users of moshi
- package names for some classes have changed, reimports may be needed
- feature - add ethChainId ( f658925 )
- feature - throw more specific JsonRpcInvalidArgumentException ( a79b3a0 )
0.2.0
- update to kethereum 0.76.1 #5
- [breaking] isolate implementation details for each module ( #5 )
may require adjusting imports
- removed all direct references to java classes in production code ( #5 )
0.1.2
- [maintenance] add test coverage