Skip to content

tethys v0.8.0

Compare
Choose a tag to compare
@eld0727 eld0727 released this 21 Feb 08:43
· 219 commits to master since this release
4b4de01

Binary incompatible changes:

  • TokenIteratorProducer.fromReader now returns Either[ReaderError, TokenIterator] (#37)
  • ClassTag instances was removed from all json readers (#36)
  • ReaderError.wrongType function was removed (#36)
  • JsonReader. defaultValue and JsonReader.withDefaultValue was removed (#36)
  • ReaderError became final class instead of sealed trait (#36)
  • JsonReaderBuilderN.addField now accepts implicit instance of JsonReaderDefaultValue (#36)

New features:

Bug fixes:

  • Fix problem with extraction field from field with the same name (#17) see this example
  • Exception could be thrown by jsonAs if string is started from incorrect character (#37)