Releases: jhartwell/haml-rs
Releases · jhartwell/haml-rs
v0.3.0
Version 0.2.0 Release
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
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
Contains bugfix to ensure that Windows carriage return is properly handled by the scanner
Version 0.1.0 Release
Initial release of Haml-rs. This contains a barebones CLI as well as the library. The library is functional though rough around the edges