Skip to content

Releases: saicone/types

1.2

03 Nov 19:00
ca3e89b
Compare
Choose a tag to compare

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() to Types#put().
  • Renamed confusing term between IterableType#single() and IterableType#first().

Bug Fixes

  • Text parser do not detect arrays.

1.1

19 May 16:04
000ca8a
Compare
Choose a tag to compare
1.1

Add type parser chaining.

1.0

22 Feb 14:34
Compare
Choose a tag to compare
1.0

First release