Releases: saicone/types
Releases · saicone/types
1.2
Additions
- Support to wide variety of number representation to be parsed from string.
- Support to String without dashes and 2-length array on UUID parser.
- Support to file path and class descriptor on class parser.
- Support to parse enum to enum using ordinal value.
- Support to character number by parsing type as Integer.
- BigInteger and BigDecimal conversion on ValueType.
- Pattern parser as separated class.
- Experimental
AnnotatedTypeParser
to parse objects with AnnotatedType.
Changes
- Now almost all object parsers has its own instance.
- Now class parser do not initialize classes.
- Renamed
Types#add()
toTypes#put()
. - Renamed confusing term between
IterableType#single()
andIterableType#first()
.
Bug Fixes
- Text parser do not detect arrays.