v0.14.0
What's Changed
- Use field instead of header in documentation by @apasel422 in #203
- Allow Sealed trait to be unused when default features are disabled by @apasel422 in #202
- Replace "integration test" with Priority example by @apasel422 in #193
- Replace SerializeValue trait with FieldType trait by @apasel422 in #204
- Update specification tests by @apasel422 in #210
- Simplify Decimal-conversion error handling by @apasel422 in #206
- Make #[must_use] consistent by @apasel422 in #208
- Replace StringRef::empty function with StringRef::EMPTY const by @apasel422 in #209
- Use enum for internal representation of errors by @apasel422 in #207
- Add method for retrieving index at which error occurred by @apasel422 in #211
- v0.14 release by @valenting in #212
Full Changelog: v0.13.0...v0.14.0