Skip to content

v0.25.2

Compare
Choose a tag to compare
@credmond-git credmond-git released this 23 Mar 05:09
· 196 commits to main since this release

What's Changed

  • feat: Parse a map from a single string #170
    If we have a leaf node parse the contents of a map from a single string key1=value1,key2=value2,key3=value3 ect.

  • feat: Merge MapDecoder and SequencedMapDecoder, SetDecoder and SequencedSetDecoder, ListDecoder and SequencedCollectionDecoder #173
    Also support all forms of lists, sets and maps. So you can ask for a TreeMap or TreeSet.

Full Changelog: v0.25.1...v0.25.2