Skip to content

Release 0.12.0

Compare
Choose a tag to compare
@kaj kaj released this 14 Aug 16:23
· 161 commits to master since this release
  • Issue #79, PR #80 and #94: Support Tide framework by a feature and an example.
  • PR #91: Update basic examples to edition 2018.
  • Issue #68, PR #90: Don't eat whitespace after a for loop.
  • Issue #66, PR #89: Fix parse error for nested braces in expressions.
  • PR #84: Use std::ascii::escape_default.
  • PR #87: Provide ToHtml::to_buffer()
  • Forbid unsafe and undocumented code.
  • The build is on https://travis-ci.com/kaj/ructe now.
  • Internal cleanup.

Thanks to @Aunmag and @prabirshrestha for reported issues and contributed code.

Tested with rustc 1.45.2 (d3fb005a3 2020-07-31), 1.42.0 (b8cedc004 2020-03-09), 1.42.0 (b8cedc004 2020-03-09), 1.46.0-beta.4 (32c481e15 2020-08-09), and 1.47.0-nightly (81dc88f88 2020-08-13).