- Fix a regression: make
Error
andXmlError
beSend
andSync
again#89
- Remove ambiguous statements about escaping from documentation.
#85
- Update
quick-xml
to0.37
.#86
- Clarify usage of
src
attribute of aContent
structure.#87
- Bump MSRV (Minimum Supported Rust Version) from 1.56.0 to 1.57.0
#80
- Update
quick-xml
andderive_builder
dependencies.#81
- Upgrade
quick_xml
to0.30
#78
- Upgrade
quick_xml
to0.28
#77
- Wrap
quick_xml::XmlError
into a newtype#65
- Implement
std::error::Error
forXmlError
. Mark helper traits aspub(crate)
to prevent their accidental leakage to public API#66
- Bump MSRV (Minimum Supported Rust Version) from 1.40.0 to 1.56.0
#66
and#69
and#74
- Upgrade
quick_xml
to0.27
andderive_builder
to0.12
#67
- Allow to configure emitted XML
#70
- Switch to Rust 2021 Edition
#74
- Remove unused error case
Error::Utf8
#73
- Disable clock feature of chrono to mitigate RUSTSEC-2020-0159
#57
- Escape Content's value unless it contains xhtml
#52
- Preserve entities and open tags (e.g
&
,<br/>
) in xhtml content#53
- Add support of xml:base and xml:land in a Feed
#55
- Infallible builders
13af228
- Introduce Text type to represent Atom Text constructs
45cbd6b
- Rename text::ContentType to TextType
fa32372
- update quick-xml version to 0.20
48caa33
- Add a default builders feature that can be disabled
#19
- Handwrite Error conformance so thiserror is not needed
#18
- Use thiserror instead of failure
#17
- prepare for 0.8.0 release
ce4c783
- update dependencies
#16
- add feature: with-serde
#13
- replace String with ::chrono::DateTime<::chrono::FixedOffset>
#12
- update edition: from 2015 to 2018
b74bb6a
- prevent mixed content warning on crates.io
#8
- update quick-xml and use failure crate for Error
7d75966
- Optionally implement Serialize/Deserialize for data structures (fixes #5)
#5
- fix text extraction
78d62f0
- Update quick-xml to 0.10
9cf8d23
- content type needs to be xhtml for xhtml content
#2
- Derive builders with Into<T> and default values
e72b20a
- Added examples for Extension methods
b5acfe0
- Added builders using derive_builders, added missing extension setter methods
33ddd21
- Fixed Cargo.toml category slug [ci skip]
3711804