Skip to content

Releases: Grinkers/clojure-reader

0.3.1

18 Jan 14:30
Compare
Choose a tag to compare

Changelog

  • Serde's Deserialize can now handle Unit structs.

Full Changelog: 0.3.0...0.3.1

0.3.0

03 Dec 12:06
Compare
Choose a tag to compare

Changelog

  • Implemented serde`s Serialize and Deserialize traits under the "derive" feature.

Breaking changes

  • Edn::Key slice now does NOT include the : character.
  • Edn::Tagged is now (&'e str, Box<Edn<'e>>)).