Skip to content

Tags: Stebalien/horrorshow-rs

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.7.0

* Switch to 2018 edition.
* Documentation fixes.
* Correctly handle void and non-void tags.

v0.6.6

Toggle v0.6.6's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.6.6

v0.6.5

Toggle v0.6.5's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.6.5

* Fix bug in utf8 handling (#25).

v0.6.4

Toggle v0.6.4's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.6.4

* Adds template-engine category to the cargo metadata.
* Adds a macro for an owned but not boxed template. Useful when combined with
  `impl Trait` (`impl Render` in this case).

0.6.3

Toggle 0.6.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release v0.6.3

Fix infinite recursion bug.

v0.6.2

Toggle v0.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.6.2

* Add missing `pup` in public template macro (thanks to Andrew Kubera).
* Fix macro bug (specify token type).

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.6.1

* Fix a typo in one of the macros. Thanks to @jFransham.

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.6.0

* **[breaking change]** Removed `raw!` and `Raw::new`. Mark a string as raw with
  `Raw(...)` directly.
* )*[breaking change]** Removed `Deref` implementation on `Raw`. It was too easy
  to accidentally Deref a raw string into a normal string and escape it while
  rendering.
* Add some template helpers under `helper`. For now, I've only added some
  `doctype` helpers but I'll add more later.

v0.5.8

Toggle v0.5.8's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.5.8

Faster!

* Render nested tags faster by concatenating string literals at compile-time.
* Faster text escaping.

v0.5.7

Toggle v0.5.7's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
Release 0.5.7