Skip to content

v1.2.0

Compare
Choose a tag to compare
@soumyamahunt soumyamahunt released this 09 Jan 18:04
· 35 commits to main since this release

1.2.0 (2024-01-09)

🚀 Features

  • added CodingKey alias support (665306f)
  • added actor support (97a6057)
  • added adjacently tagged enum support (a22e9d1)
  • added class support (4bfeac3)
  • added externally tagged enum support (c1097bb)
  • added internally tagged enum support (fcdafa8)
  • added protocol support (535f446)
  • added sequence coding helper (4ea6ff6)

🐛 Fixes

  • fixed empty CodingKeys enum generated instead of being skipped (a28bb9c)
  • fixed error with private access modifier on type declaration (#46) (d378204)
  • fixed initialized immutable variables not encoded by default (#47) (31db2fd)
  • fixed nested decoding with missing container (#44) (495cea4)

📚 Documentation

  • added sample usage tutorials (2670fde)