Skip to content

0.0.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@Miha-x64 Miha-x64 released this 04 Jul 14:15
· 79 commits to master since this release

Android-JSON

Extracted JSON-related things from Android Bindings. Android-JSON is Java library, so you can pretend you have android.util.Json* and reuse it outside Android.

  • Fixed JSON path state after lenient []/{} read

Persistence

  • Java-friendly enum type constructor and Partial.load function

Extended Persistence

  • Added Box and Unit types
  • Java-friendly tuple constructors and destructuring functions, Either types
  • some fixes around TokenStream transforms

HTTP

  • allowed building address without schema, i. e. starting with //
  • fixes for blob/byteArray types in query parameters etc
  • Undertow support for server-side