Skip to content

Releases: bearcove/merde

merde_yaml-v8.0.0

04 Nov 14:23
7db3a0d
Compare
Choose a tag to compare

Other

  • Introduce Serialize trait

merde_time-v8.0.0

04 Nov 14:23
7db3a0d
Compare
Choose a tag to compare

Other

  • Introduce Serialize trait
  • Also run tests on macOS (#99)

merde_msgpack-v8.0.0

04 Nov 14:23
7db3a0d
Compare
Choose a tag to compare

Other

  • Introduce Serialize trait

merde_json-v8.0.0

04 Nov 14:23
7db3a0d
Compare
Choose a tag to compare

Other

  • Introduce Serialize trait

merde_core-v8.0.0

04 Nov 14:23
7db3a0d
Compare
Choose a tag to compare

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

04 Nov 14:24
7db3a0d
Compare
Choose a tag to compare

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

07 Oct 09:23
1c31efc
Compare
Choose a tag to compare

Other

  • Add support for msgpack deserialization

merde_time-v4.0.17

07 Oct 09:42
e8fd297
Compare
Choose a tag to compare

Other

  • updated the following local packages: merde_json

merde_time-v4.0.16

07 Oct 09:23
1c31efc
Compare
Choose a tag to compare

Other

  • updated the following local packages: merde_core, merde_json

merde_msgpack-v7.1.1

07 Oct 09:42
e8fd297
Compare
Choose a tag to compare

Fixed

  • Proper starter handling in merde_msgpack