Skip to content

Releases: mcozd/json-feed-go

0.3.0

14 Oct 16:25
Compare
Choose a tag to compare

NEW

  • simplified the api with the help of go generics
  • no more passing of pointers needed, no more marshalling into passed arguments, just simple ins and outs
  • you can now parse a json feed with extensions by extending the basic jsonfeed struct with the help of the go embedding mechanism

0.2.0

09 Sep 16:38
Compare
Choose a tag to compare

NEW

  • basic parsing functionality

0.1.0

09 Sep 16:37
Compare
Choose a tag to compare

Initial Release

  • just the basic types and some validation logic