2024-06-29 14:53:27 +00:00
|
|
|
Version NEXT:
|
|
|
|
0000-00-00 Jonas Schäfer <jonas@zombofant.net>
|
|
|
|
* Breaking
|
|
|
|
- We now strip trailing underscores from identifiers before constructing
|
2024-07-27 06:52:08 +00:00
|
|
|
any type names we declare from derive macros.
|
2024-06-29 14:53:27 +00:00
|
|
|
|
2024-07-27 06:52:08 +00:00
|
|
|
If you previously derived any of the macros on e.g. `Foo` and `Foo_`
|
|
|
|
within the same scope, you can use the newly added `builder` and
|
|
|
|
`iterator` meta keys to override the generated type names.
|
2024-06-29 13:22:52 +00:00
|
|
|
* Added
|
2024-06-30 07:27:48 +00:00
|
|
|
- Support for child elements in derive macros. Child elements may also
|
|
|
|
be wrapped in Option or Box.
|
2024-07-27 06:52:08 +00:00
|
|
|
- Support for overriding the names of the types generated by the derive
|
|
|
|
macros.
|
2024-06-29 14:53:27 +00:00
|
|
|
|
2024-07-26 16:24:02 +00:00
|
|
|
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.
|
|
|
|
|
2024-07-25 16:53:31 +00:00
|
|
|
Version 0.1.1:
|
|
|
|
2024-07-25 Maxime “pep” Buquet <pep@bouah.net>
|
|
|
|
* Added
|
|
|
|
- Import various text codecs from parsers: FixedHex, ColonSeparatedHex,
|
|
|
|
EmptyAsError.
|
|
|
|
|
2024-07-25 07:52:44 +00:00
|
|
|
Version 0.1.0:
|
|
|
|
2024-07-25 Jonas Schäfer <jonas@zombofant.net>
|
2024-07-24 14:27:33 +00:00
|
|
|
* Initial release of this crate
|