0.0.114
What's Changed
- Use default attribute when constructing skipped values by @udoprog in #121
- Naming improvements by @udoprog in #122
- Add Visit trait for decoding strictly through references by @udoprog in #123
- The
#[musli(default)]
variant can also be deserialized as a regular variant by @udoprog in #124 - Simplify field naming by @udoprog in #125
- Add explicit assignment by @udoprog in #126
- Rename methods to be more appropriate and limit use by @udoprog in #127
- Add support for patterns when decoding by @udoprog in #128
- Start troubleshooting decoding bug by @udoprog in #129
- Ensure adjacently tagged enums work with custom name types by @udoprog in #130
- Move SizeHint into Value by @udoprog in #131
- Descriptive integers by @udoprog in #132
- Trait apocalypse by @udoprog in #133
Full Changelog: 0.0.112...0.0.114