Releases: jamesmunns/postcard
Releases · jamesmunns/postcard
postcard/v1.1.0
What's Changed
- Corrected invalid link in
Serializer
docs by @TylerBloom in #173 - Implement a version of Schema types that are owned by @jamesmunns in #170
- Introduce
postcard-schema
crate by @jamesmunns in #176 - Fix typo by @rockboynton in #177
- Merge in postcard dyn by @jamesmunns in #178
- Feature gate some tests by @Manishearth in #184
- Upgrade postcard-derive's syn dependency to 2.0 by @max-heller in #185
- Add #[postcard(crate = ...)] attribute for derive(Schema) by @max-heller in #186
- Fix nalgebra schema by @max-heller in #188
- Switch schema name for [T] from "&[T]" to "[T]" by @max-heller in #187
- Make
IOReader
andEIOReader
constructors public by @Spartan2909 in #190
New Contributors
- @TylerBloom made their first contribution in #173
- @rockboynton made their first contribution in #177
- @max-heller made their first contribution in #185
- @Spartan2909 made their first contribution in #190
Full Changelog: v1.0.10...postcard/v1.1.0
postcard-schema/v0.2.0
What's Changed
- Fix typo by @rockboynton in #177
- Merge in postcard dyn by @jamesmunns in #178
- Feature gate some tests by @Manishearth in #184
- Upgrade postcard-derive's syn dependency to 2.0 by @max-heller in #185
- Add #[postcard(crate = ...)] attribute for derive(Schema) by @max-heller in #186
- Fix nalgebra schema by @max-heller in #188
- Switch schema name for [T] from "&[T]" to "[T]" by @max-heller in #187
- Make
IOReader
andEIOReader
constructors public by @Spartan2909 in #190
New Contributors
- @rockboynton made their first contribution in #177
- @max-heller made their first contribution in #185
- @Spartan2909 made their first contribution in #190
Full Changelog: postcard-schema/v0.1.0...postcard-schema/v0.2.0
postcard-dyn/v0.2.0
What's Changed
- Feature gate some tests by @Manishearth in #184
- Upgrade postcard-derive's syn dependency to 2.0 by @max-heller in #185
- Add #[postcard(crate = ...)] attribute for derive(Schema) by @max-heller in #186
- Fix nalgebra schema by @max-heller in #188
- Switch schema name for [T] from "&[T]" to "[T]" by @max-heller in #187
- Make
IOReader
andEIOReader
constructors public by @Spartan2909 in #190
New Contributors
- @max-heller made their first contribution in #185
- @Spartan2909 made their first contribution in #190
Full Changelog: postcard-dyn/v0.1.0...postcard-dyn/v0.2.0
postcard-derive/v0.2.1
What's Changed
- Fix typo by @rockboynton in #177
- Merge in postcard dyn by @jamesmunns in #178
- Feature gate some tests by @Manishearth in #184
- Upgrade postcard-derive's syn dependency to 2.0 by @max-heller in #185
- Add #[postcard(crate = ...)] attribute for derive(Schema) by @max-heller in #186
- Fix nalgebra schema by @max-heller in #188
- Switch schema name for [T] from "&[T]" to "[T]" by @max-heller in #187
- Make
IOReader
andEIOReader
constructors public by @Spartan2909 in #190
New Contributors
- @rockboynton made their first contribution in #177
- @max-heller made their first contribution in #185
- @Spartan2909 made their first contribution in #190
Full Changelog: postcard-derive/v0.2.0...postcard-derive/v0.2.1
v1.0.10
v1.0.9
What's Changed
- #118 Add support for latest embedded-io by @elast0ny in #123
- Update heapless by @luqasz in #115
- Fix Vec pre-alloc panic by @isikkema in #136
- Define MaxSize for Arc and Rc by @carlsverre in #137
- Typo in
from_io
comment by @smoelius in #139 - Fix schema implementation for slice references by @ia0 in #142
- Fix #89:
#[derive(Schema)]
forStructVariant
s by @barafael in #134 - Drop unused const_format dependency by @paolobarbolini in #133
- Remove unnecessary lifetimes of CRC digest by @cdunster in #129
- Fix compilation with alloc and experimental-derive by @ia0 in #145
- Use well-known docsrs cfg for docs.rs by @ia0 in #146
- Add basic continuous integration script by @ia0 in #148
- Fix formatting by @ia0 in #149
- Fix clippy lints by @ia0 in #150
- Fix documentation lints by @ia0 in #152
- Relayout the repo by @jamesmunns in #151
- revert 'Update heapless (#115)' by @Manishearth in #164
- Somethings odd with the import path by @jamesmunns in #166
New Contributors
- @elast0ny made their first contribution in #123
- @luqasz made their first contribution in #115
- @isikkema made their first contribution in #136
- @carlsverre made their first contribution in #137
- @smoelius made their first contribution in #139
- @ia0 made their first contribution in #142
- @barafael made their first contribution in #134
- @paolobarbolini made their first contribution in #133
- @cdunster made their first contribution in #129
- @Manishearth made their first contribution in #164
Full Changelog: v1.0.8...v1.0.9
v1.0.8
v1.0.7
What's Changed
- Fix off-by-one in varint size calculation by @Palladinium in #111
- Add specific error for Crc errors by @CBJamo in #112
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- improved documentation of the cobs decoding by @gutzchi in #97
- Fix strict provenance use of pointers by @jamesmunns in #100
- Introduces CRCs by @huntc in #98
- Format with rustfmt to eliminate trailing whitespaces by @dtolnay in #104
- Fix documentation of re-exports that have dedicated doc comment by @dtolnay in #107
New Contributors
Full Changelog: v1.0.4...v1.0.5