File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- ## Version 0.3.0 (WIP)
1+ ## Version 0.3.0
22- Add Kotlin UTypes parsing (#6 )
33- Add Enum type parsing (#7 )
44- Allow parsing nullable records (#8 )
Original file line number Diff line number Diff line change @@ -80,13 +80,17 @@ This library is prepared to handle some of the most usual Kotlin/Java types. Mor
8080
8181- String
8282- Int
83+ - UInt
8384- Double
8485- Long
86+ - ULong
8587- Char
8688- Boolean (Case insensitive)
8789- LocalDate (Using default DateTimeFormatter)
90+ - LocalTime (Using default DateTimeFormatter)
8891- LocalDateTime (Using default DateTimeFormatter)
8992- BigDecimal
93+ - Enum types
9094
9195## Decimal Parsing
9296
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
2424apply (plugin = " com.novoda.bintray-release" )
2525
2626group = " br.com.guiabolso"
27- version = " 0.2 .0"
27+ version = " 0.3 .0"
2828
2929repositories {
3030 mavenCentral()
You can’t perform that action at this time.
0 commit comments