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
masterand the new tag to GitHub - Publish new version of the crate
- (breaking) Updated
axum-coredependency to0.5.0 - Relaxed lower bound on
httpdependency to1.0.0
html::attr::Rel
- Rendering of HTML comments
Attr::sethtml::attr
Attr::newin favor ofAttr::setAttr::idin favor ofhtml::attr::idAttr::classin favor ofhtml::attr::classAttr::stylein favor ofhtml::attr::styleAttr::datain favor ofhtml::attr::data_x
Element::into_documentimpl From<&String> for Content- Eponymous JS helper function in readme
Initial release