All Versions
17
Latest Version
Avg Release Cycle
118 days
Latest Release
1407 days ago

Changelog History
Page 2

  • v0.1.4.0 Changes

    July 10, 2015

    ๐Ÿ›  Fixed

    • Setup copies libsass.a even when Cabal-1.18 is used.
  • v0.1.3.0 Changes

    June 07, 2015

    โž• Added

    • Ability to link to existing version of libsass.
    • ๐Ÿ‘Œ Support for building (and linking to) shared version of libsass.

    ๐Ÿ›  Fixed

    • hlibsass may be used in ghci when linked with shared version of libsass.
  • v0.1.2.1 Changes

    June 02, 2015

    ๐Ÿ”„ Changed

    • libsass/VERSION file is generated during sdist phase.

    ๐Ÿ›  Fixed

    • โœ… all tests pass (libsass reports correct version).
  • v0.1.2.0 Changes

    June 01, 2015

    โž• Added

    • Bindings to sass_string_is_quoted, sass_string_set_quoted and sass_make_qstring.

    ๐Ÿ”„ Changed

    • libsass @ 3672661 is used.

    ๐Ÿ›  Fixed

    • ๐Ÿ”— Link to compare in this changelog.
  • v0.1.1.1 Changes

    April 12, 2015

    โž• Added

    • This CHANGELOG file.
    • .editorconfig file.
    • โœ… Tests for Libsass version.

    ๐Ÿ›  Fixed

    • libsass is not specified twice in extra libraries.
  • v0.1.1.0 Changes

    April 11, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ— Build process - cabal install now works correctly
  • v0.1.0.0 Changes

    April 11, 2015

    โž• Added

    • Bindings to Libsass C API
    • โœ… Basic tests