All notable changes to this project will be documented in this file.
0.1.3.0 - 2015-06-08
- Ability to link to existing version of libsass.
- Support for building (and linking to) shared version of libsass.
- hlibsass may be used in ghci when linked with shared version of libsass.
0.1.2.1 - 2015-06-02
libsass/VERSION
file is generated during sdist phase.
- all tests pass (libsass reports correct version).
0.1.2.0 - 2015-06-01
- Bindings to
sass_string_is_quoted
,sass_string_set_quoted
andsass_make_qstring
.
- libsass @ 3672661 is used.
- Link to compare in this changelog.
0.1.1.1 - 2015-04-12
- This CHANGELOG file.
.editorconfig
file.- Tests for Libsass version.
- libsass is not specified twice in extra libraries.
0.1.1.0 - 2015-04-11
- Build process -
cabal install
now works correctly
- Bindings to Libsass C API
- Basic tests