xmpp-rs/xso/ChangeLog
Jonas Schäfer 3089832090 xso-proc: remove stripping of trailing _ from type names
Users can now rename the generated types altogether, which means that we
do not need this anymore to avoid lints.
2024-08-01 12:53:20 +00:00

24 lines
773 B
Text

Version NEXT:
0000-00-00 Jonas Schäfer <jonas@zombofant.net>
* Added
- Support for child elements in derive macros. Child elements may also
be wrapped in Option or Box.
- Support for overriding the names of the types generated by the derive
macros.
Version 0.1.2:
2024-07-26 Jonas Schäfer <jonas@zombofant.net>
* Added
- FromXmlText and AsXmlText are now implemented on char.
* Fixed
- Docs build on docs.rs now shows feature-gated items.
Version 0.1.1:
2024-07-25 Maxime “pep” Buquet <pep@bouah.net>
* Added
- Import various text codecs from parsers: FixedHex, ColonSeparatedHex,
EmptyAsError.
Version 0.1.0:
2024-07-25 Jonas Schäfer <jonas@zombofant.net>
* Initial release of this crate