All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. A dependency update to an incompatible version is considered a breaking change.
- Ensure tests don't fail
- Update dependencies in a separate commit, if necessary
- Set new version number in
Cargo.toml
- Add new section in this changelog
- Commit with message
Bump version to X.Y.Z
- Create tag named
vX.Y.Z
- Push
master
and the new tag to GitHub - Publish new version of the crate
- (breaking) Updated
axum-core
dependency to0.5.0
- Relaxed lower bound on
http
dependency to1.0.0
html::attr::Rel
- Rendering of HTML comments
Attr::set
html::attr
Attr::new
in favor ofAttr::set
Attr::id
in favor ofhtml::attr::id
Attr::class
in favor ofhtml::attr::class
Attr::style
in favor ofhtml::attr::style
Attr::data
in favor ofhtml::attr::data_x
Element::into_document
impl From<&String> for Content
- Eponymous JS helper function in readme
Initial release