Skip to content

Releases: bearcove/shapely

shapely-yaml-v3.0.0

11 Mar 16:57
f55b3cb
Compare
Choose a tag to compare

Other

  • Add examples to YAML and MessagePack crates, simplify READMEs, and fix doc tests
  • Clippy fixes

shapely-yaml-v2.0.1

11 Mar 13:43
58982c6
Compare
Choose a tag to compare

Other

  • Add examples to YAML and MessagePack crates, simplify READMEs, and fix doc tests
  • Clippy fixes

shapely-yaml-v2.0.0

11 Mar 12:47
c1f56f7
Compare
Choose a tag to compare

Other

  • Stub out shapely-yaml

shapely-v3.0.0

11 Mar 16:57
f55b3cb
Compare
Choose a tag to compare

Other

  • Fix doc tests in README.md
  • Document how to write your deserializer a little better

shapely-v2.0.1

11 Mar 13:43
58982c6
Compare
Choose a tag to compare

Other

  • Change Shape.name from static str to NameFn
  • Looking good!
  • clean up drop impls
  • Stability notes
  • link to 'free of syn' campaign
  • Make derive unconditional, closes #8
  • Get rid of insta, closes #10
  • Ensure no syn dependency (and badge about it), closes #9
  • Introduce core crate
  • Get rid of debug/display, closes #4
  • Start implementing transparent

shapely-v2.0.0

11 Mar 12:47
c1f56f7
Compare
Choose a tag to compare

Other

  • Change Shape.name from static str to NameFn
  • Looking good!
  • clean up drop impls
  • Stability notes
  • link to 'free of syn' campaign
  • Make derive unconditional, closes #8
  • Get rid of insta, closes #10
  • Ensure no syn dependency (and badge about it), closes #9
  • Introduce core crate
  • Get rid of debug/display, closes #4
  • Start implementing transparent

shapely-urlencoded-v3.0.0

11 Mar 16:57
f55b3cb
Compare
Choose a tag to compare

Other

  • Last few fixes
  • Add shapely-urlencoded crate for URL encoded form data deserialization

shapely-urlencoded-v2.0.1

11 Mar 13:43
58982c6
Compare
Choose a tag to compare

Other

  • Last few fixes
  • Add shapely-urlencoded crate for URL encoded form data deserialization

shapely-urlencoded-v2.0.0

11 Mar 13:39
3881f86
Compare
Choose a tag to compare
chore: Release package shapely-urlencoded version 2.0.0

shapely-pretty-v3.0.0

11 Mar 16:57
f55b3cb
Compare
Choose a tag to compare

Added

  • Add sensitive field support

Other

  • warnings--
  • Sensitive fields are /actually/ redacted now
  • Improve sensitive fields test with actual data
  • Fix doc tests in README.md
  • wip
  • Use ScalarContents API to replace unsafe memory access in PrettyPrinter
  • mh
  • Introduce shapely-pretty