Skip to content

Releases: bearcove/merde

merde_yaml-v7.0.0

01 Oct 13:09
b1d525c
Compare
Choose a tag to compare

Other

  • respect StreamEnd

merde-v6.0.1

01 Oct 13:09
b1d525c
Compare
Choose a tag to compare

Other

  • respect StreamEnd
  • merde_yaml is v6

merde_yaml-v6.0.0

22 Sep 21:14
Compare
Choose a tag to compare
chore: Release package merde_yaml version 6.0.0

merde_yaml-v5.1.0

22 Sep 21:12
b23973e
Compare
Choose a tag to compare
chore: Release package merde_yaml version 5.1.0

merde_time-v4.0.11

22 Sep 21:12
b23973e
Compare
Choose a tag to compare

Other

  • Remove ValueDeserialize macros
  • Port more things to deserialize
  • Fix all tests
  • add lifetimes to errors aw yiss

merde_json-v6.0.0

22 Sep 21:12
b23973e
Compare
Choose a tag to compare

Other

  • Add bytes type (#76)
  • Remove ValueDeserialize macros
  • Remove definition of ValueDeserialize
  • Convert example
  • Move away from ValueDeserialize
  • Use UnexpectedEvent
  • Deserializable => Deserialize, a-la serde
  • Fix all tests
  • Well that works
  • okay hang on
  • get rid of queue in JsonSerializer
  • Play around with API
  • mhmh
  • Well the new deserializer seems to be working
  • poll failed you say
  • add lifetimes to errors aw yiss

merde_core-v6.0.0

22 Sep 21:12
b23973e
Compare
Choose a tag to compare

Added

  • [breaking] Include key name in error (#73)

Other

  • Add bytes type (#76)
  • Remove ValueDeserialize macros
  • Remove definition of ValueDeserialize
  • Make option optional
  • Convert example
  • Move mixed example to deserialize
  • Move away from ValueDeserialize
  • Use UnexpectedEvent
  • Deserializable => Deserialize, a-la serde
  • Fix all tests
  • Well that works
  • okay hang on
  • Play around with API
  • mhmh
  • poll failed you say
  • add lifetimes to errors aw yiss
  • des2 ideas

merde-v6.0.0

22 Sep 21:12
b23973e
Compare
Choose a tag to compare

Added

  • [breaking] Include key name in error (#73)

Other

  • Initial merde_yaml addition (#77)
  • Remove ValueDeserialize macros
  • Make option optional
  • Port more things to deserialize
  • Steal @compiler-errors's suggestion (thanks Michael!)
  • port one more example
  • impl_deserialize is a noop unless the feature is enabled
  • Convert example
  • Move mixed example to deserialize
  • Move more examples over to Deserialize
  • Move away from ValueDeserialize
  • Fix all tests
  • add lifetimes to errors aw yiss

merde_time-v4.0.10

20 Sep 17:48
8049a7b
Compare
Choose a tag to compare

Other

  • updated the following local packages: merde_core, merde_json

merde_json-v5.1.0

20 Sep 17:48
8049a7b
Compare
Choose a tag to compare

Added

  • Add JsonSerialize and ValueDeserialize impls for f32, f64