Releases: bearcove/shapely
Releases · bearcove/shapely
shapely-yaml-v3.0.0
Other
- Add examples to YAML and MessagePack crates, simplify READMEs, and fix doc tests
- Clippy fixes
shapely-yaml-v2.0.1
Other
- Add examples to YAML and MessagePack crates, simplify READMEs, and fix doc tests
- Clippy fixes
shapely-yaml-v2.0.0
Other
- Stub out shapely-yaml
shapely-v3.0.0
Other
- Fix doc tests in README.md
- Document how to write your deserializer a little better
shapely-v2.0.1
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
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
Other
- Last few fixes
- Add shapely-urlencoded crate for URL encoded form data deserialization
shapely-urlencoded-v2.0.1
Other
- Last few fixes
- Add shapely-urlencoded crate for URL encoded form data deserialization
shapely-urlencoded-v2.0.0
chore: Release package shapely-urlencoded version 2.0.0
shapely-pretty-v3.0.0
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