Releases: jamesmunns/postcard
Releases · jamesmunns/postcard
postcard2/v0.2.0
What's Changed
- [postcard2]: Begin extracting
heaplessandembedded-iointo dedicated side crates by @jamesmunns in #274 - [postcard2]: Prepare for p2 0.2.0 release by @jamesmunns in #283
Full Changelog: postcard2/v0.1.0...postcard2/v0.2.0
postcard-schema/v0.2.5
What's Changed
- Allow using postcard without serde derive by @dtolnay in #219
- Schema: Add heapless 0.9 impls by @CBJamo in #266
- Prep for schema release by @jamesmunns in #267
Full Changelog: postcard-schema/v0.2.4...postcard-schema/v0.2.5
postcard-schema-ng/v0.3.2
What's Changed
- Allow using postcard without serde derive by @dtolnay in #219
- Schema: Add heapless 0.9 impls by @CBJamo in #266
- Prep for schema release by @jamesmunns in #267
Full Changelog: postcard-schema-ng/v0.3.1...postcard-schema-ng/v0.3.2
postcard-schema/v0.2.4
What's Changed
- Implement Schema for Arguments by @jamesmunns in #263
- Release update to schema to support Arguments by @jamesmunns in #264
Full Changelog: postcard-schema/v0.2.3...postcard-schema/v0.2.4
postcard-schema-ng/v0.3.1
What's Changed
- Address clippy lints by @max-heller in #256
- Respect #[serde(rename = "name")] attributes by @max-heller in #257
- Implement Schema for Arguments by @jamesmunns in #263
- Release update to schema to support Arguments by @jamesmunns in #264
Full Changelog: postcard-schema-ng/v0.3.0...postcard-schema-ng/v0.3.1
postcard/v1.1.3
What's Changed
- postcard2: Initial commit by @jamesmunns in #251
- Address clippy lints by @max-heller in #256
- Respect #[serde(rename = "name")] attributes by @max-heller in #257
- Fix missing license files in published crates by @musicinmybrain in #227
- postcard v1.1.3 (and friends) by @jamesmunns in #261
Full Changelog: postcard/v1.1.2...postcard/v1.1.3
postcard/v1.1.2
What's Changed
- Implement MaxSize for serializable Range structs by @ChocolateLoverRaj in #193
- docs: Add notes on serde attributes by @ManevilleF in #191
- Fix EOF not being handled correctly by @sommd in #202
- Add Serialize and Deserialize traits to postcard::Error by @quietlychris in #215
- Remove
pastedependency by @Gerharddc in #222 - Reduce unsafety and add safety comments to remaining unsafe code by @Veykril in #237
- Fix Typos in Documentation Comments by @leopardracer in #239
- Fix typo in docstring by @lecanard539 in #218
- Implement Schema and MaxSize for more core types by @max-heller in #240
- Implement Schema and MaxSize for nalgebra::{Quaternion,Unit} by @max-heller in #242
- Fix typos by @kilavvy in #247
- Version bump defmt to 1.x.x by @IamTheCarl in #234
- Add dummy "paste" feature by @jamesmunns in #249
- Update cobs to 0.3.0 by @musicinmybrain in #226
- Update postcard’s dep. on postcard-derive to 0.2 by @musicinmybrain in #228
- Support
std::io::Readflavor with minimal temporary buffer by @Calsign in #212 - Release postcard/v1.1.2 by @jamesmunns in #250
New Contributors
- @ChocolateLoverRaj made their first contribution in #193
- @ManevilleF made their first contribution in #191
- @sommd made their first contribution in #202
- @quietlychris made their first contribution in #215
- @Gerharddc made their first contribution in #222
- @Veykril made their first contribution in #237
- @leopardracer made their first contribution in #239
- @lecanard539 made their first contribution in #218
- @kilavvy made their first contribution in #247
- @IamTheCarl made their first contribution in #234
- @musicinmybrain made their first contribution in #226
- @Calsign made their first contribution in #212
Full Changelog: postcard/v1.1.1...postcard/v1.1.2
postcard2/v0.1.0
What's Changed
- postcard2: Initial commit by @jamesmunns in #251
Full Changelog: postcard/v1.1.2...postcard2/v0.1.0
postcard-derive-ng/v0.3.1
What's Changed
- postcard2: Initial commit by @jamesmunns in #251
Full Changelog: postcard-derive-ng/v0.3.0...postcard-derive-ng/v0.3.1
postcard-schema/v0.2.2
What's Changed
- Add impls for most
core::nettypes. by @rslawson in #235 - Add
postcard-schemaimplementations for types fromfixedby @i509VCB in #221 - Implement Schema for
serde_big_array::Arraytype. by @rosslannen in #231 - Implement Schema and MaxSize for more core types by @max-heller in #240
- Implement Schema and MaxSize for nalgebra::{Quaternion,Unit} by @max-heller in #242
- James/bifurcate schema by @jamesmunns in #243
Full Changelog: postcard-schema/v0.2.1...postcard-schema/v0.2.2