Releases: sigp/superstruct
Releases · sigp/superstruct
Release v0.8.0
What's Changed
- Add another example by @michaelsproul in #32
- add flatten by @realbigsean in #34
- Meta variants by @realbigsean in #35
- Fix clippy lints and add CI by @michaelsproul in #37
- Reject multiple attributes on fields by @michaelsproul in #38
- Release v0.8.0 by @michaelsproul in #40
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Implement variant-specific attributes by @michaelsproul in #27
- Release v0.7.0 by @michaelsproul in #28
Full Changelog: v0.6.0...v0.7.0
v0.6.0
This release adds some implementations of the From
trait to automate conversions between variants, the top-level enum and the Ref
type.
What's Changed
- Convert variants to top-level enum using
From
by @michaelsproul in #22 - Implement
From
forRef
type by @michaelsproul in #23 - Release v0.6.0 by @michaelsproul in #24
Full Changelog: v0.5.0...v0.6.0
v0.5.0
This release adds new mapping macros, which are described in the docs here: https://sigp.github.io/superstruct/codegen/map-macros.html
What's Changed
- Generate mapping macros by @michaelsproul in #20
- Release v0.5.0 by @michaelsproul in #21
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Add SuperStruct guide book by @michaelsproul in #16
- Release v0.4.1 by @michaelsproul in #17
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add lifetime bounds to generic params in the generated ref type by @realbigsean in #12
- Generate partial getters for references by @michaelsproul in #14
- Release v0.4.0 by @michaelsproul in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Pass through cfg attributes to getters by @michaelsproul in #10
- Add
no_enum
to disable top-level type by @michaelsproul in #11
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Stabilise ordering & fix copy partials by @michaelsproul in #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add RefMut by @realbigsean in #3
- Release v0.1.0 by @michaelsproul in #4
New Contributors
- @realbigsean made their first contribution in #3
Full Changelog: https://github.com/sigp/superstruct/commits/v0.1.0