Releases: bearcove/merde
Releases · bearcove/merde
merde_yaml-v8.0.0
Other
- Introduce Serialize trait
merde_time-v8.0.0
Other
- Introduce Serialize trait
- Also run tests on macOS (#99)
merde_msgpack-v8.0.0
Other
- Introduce Serialize trait
merde_json-v8.0.0
Other
- Introduce Serialize trait
merde_core-v8.0.0
Added
- Impl WithLifetime for Value (woops)
Other
- Make compact_str / compact_bytes non-optional
- Introduce Serialize trait
- As pointed out, FieldSlot must be invariant
- We did ask miri
- More tests around FieldSlot (#101)
- Don't allow trivial UB via FieldSlot in safe code
- I made miri unsad
- I made miri sad
- Add deserializer opinions, cf. #89
- Introduce deserialization opinions
- macOS fixes
- Fix infinite stack linux support
- Oh yeah our MSRV is 1.75 because AFIT
- fine let's not make msrv rust 1.82
- Actually query the stack size, don't hardcode anything
- Comments--
- The trick actually works
- Committing before something bad happens
- Start the trick
- Deserialize borrowed variants of cowstr
merde-v8.0.0
Other
- Make compact_str / compact_bytes non-optional
- Introduce Serialize trait
- Don't allow trivial UB via FieldSlot in safe code
- I made miri sad
- Add deserializer opinions, cf. #89
- woops wrong examples
- Actually query the stack size, don't hardcode anything
- The trick actually works
- Add surprise example
merde_yaml-v7.1.1
Other
- Add support for msgpack deserialization
merde_time-v4.0.17
Other
- updated the following local packages: merde_json
merde_time-v4.0.16
Other
- updated the following local packages: merde_core, merde_json
merde_msgpack-v7.1.1
Fixed
- Proper starter handling in merde_msgpack