Skip to content

Commit a323b84

Browse files
committed
Release 0.3.0
1 parent 8043bd6 commit a323b84

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
apply(plugin = "com.novoda.bintray-release")
2525

2626
group = "br.com.guiabolso"
27-
version = "0.2.0"
27+
version = "0.3.0"
2828

2929
repositories {
3030
mavenCentral()

0 commit comments

Comments
 (0)