Skip to content

Releases: bytedream/serde-inline-default

serde-inline-default v1.0.0

02 Sep 12:14

Choose a tag to compare

  • Copy conditional compilation flags (#[cfg(...)]) onto created default functions (#13) by @nullstalgia
  • Update documentation

This crate is finally v1.0.0. Given that no breaking changes were made since the initial version, it's fairly safe to release this crate as stable.

serde-inline-default v0.2.3

02 Dec 21:02

Choose a tag to compare

  • Fix compile error by different types with same default expression (#7)

serde-inline-default v0.2.2

14 Oct 20:29

Choose a tag to compare

  • Add basic support for non-static lifetimes (#6)

serde-inline-default v0.2.1

24 Sep 11:04

Choose a tag to compare

  • Add #[allow(non_snake_case)] to generated functions (#5) by @nullstalgia

serde-inline-default v0.2.0

26 Jan 23:22

Choose a tag to compare

  • Update syn to version 2.0

serde-inline-default v0.1.1

11 Feb 18:50

Choose a tag to compare

  • Add documentation on crate level
  • Add documentation to serde_inline_default macro

serde-inline-default v0.1.0

11 Feb 14:34

Choose a tag to compare

Initial release