Skip to content

Releases: jhartwell/haml-rs

v0.3.0

03 Aug 07:34

Choose a tag to compare

Version 0.3.0 Release

Version 0.2.0 Release

26 Jul 18:36

Choose a tag to compare

Changes:

  • Fixed Windows CRLF issues
  • Removed Haml struct from Haml module and replaced with exported to_html function
  • Removed Generator struct from Generator module and replaced with exported to_html function

Version 0.1.2

26 Jul 05:41

Choose a tag to compare

This is a useless release but it fixes the README on crates.io so that the correct version of haml-rs is used in the dependencies section of Cargo.toml

Version 0.1.1

26 Jul 05:06

Choose a tag to compare

Contains bugfix to ensure that Windows carriage return is properly handled by the scanner

Version 0.1.0 Release

25 Jul 18:31

Choose a tag to compare

Initial release of Haml-rs. This contains a barebones CLI as well as the library. The library is functional though rough around the edges