Skip to content

Releases: DroidsOnRoids/jspoon

1.3.3

02 Aug 01:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.2...1.3.3

1.3.2

07 Aug 11:25
Compare
Choose a tag to compare
  • added JetBrains nullability annotations for public APIs

1.3.1

02 Aug 08:23
Compare
Choose a tag to compare
  • fix converters
  • fix gradle files
  • update dependencies

1.3.0

29 Mar 07:53
Compare
Choose a tag to compare
  • 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

1.2.1

06 Feb 10:09
Compare
Choose a tag to compare
  • possibility to default to value initially set on field

1.2.0

31 Jan 14:20
Compare
Choose a tag to compare
  • added support for converters

1.1.0

05 Jan 13:16
Compare
Choose a tag to compare
  • add support for BigDecimal
  • add skipping classes that are not supported by jspoon
  • add parsing directly from InputStream
  • correct typos

1.0.1

10 Oct 10:40
1.0.1
Compare
Choose a tag to compare
  • add support for superclasses and superinterfaces of List (e.g. ArrayList)

1.0.0

10 Oct 10:38
Compare
Choose a tag to compare

Initial release