Serde Versions Save

Serialization framework for Rust

v1.0.191

6 months ago
  • Documentation improvements

v1.0.190

7 months ago
  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#2637)

v1.0.189

7 months ago
  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @ahl)

v1.0.188

9 months ago
  • Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#2603)

v1.0.187

9 months ago
  • Remove support for Emscripten targets on rustc older than 1.40 (#2600)

v1.0.186

9 months ago
  • Disallow incompatible versions of serde_derive and serde in the dependency graph (#2588, thanks @soqb)

v1.0.185

9 months ago
  • Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)

v1.0.184

9 months ago
  • Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io

v1.0.183

9 months ago
  • Support deserializing Box<OsStr> with an equivalent representation as OsString (#2556, thanks @DBLouis)

v1.0.182

9 months ago
  • Render field aliases in sorted order in error messages (#2458, thanks @Mingun)
  • Support serde(default) on tuple structs (#2553, thanks @Mingun)