Releases: DroidsOnRoids/jspoon
Releases · DroidsOnRoids/jspoon
1.3.3
What's Changed
- Use default value on no match regardless of ElementConverter presence by @veyndan in #74
- Fixes #77 by @MiguelAngelLV in #78
New Contributors
- @veyndan made their first contribution in #74
- @MiguelAngelLV made their first contribution in #78
Full Changelog: 1.3.2...1.3.3
1.3.2
1.3.1
1.3.0
- support for all Collection implementations
- support for arrays of supported types
- support for raw Collections and with generic and wildcard type argument support
- support regex for Date and BigDecimal type fields
- add SkipOn annotation, which suppress parsing/converter exceptions
- add Format annotation for fields that require NumberFormatter or DateFormatter
- downgrade jsoup to 1.10.3