All Versions
10
Latest Version
Avg Release Cycle
147 days
Latest Release
1977 days ago

Changelog History

  • v0.8.0 Changes

    November 25, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Fix invalid usage of sass_make_import and fix SassImport. This is a breaking change. Fixes #12.
  • v0.7.0 Changes

    April 02, 2018

    ๐Ÿ”„ Changed

    • This library uses UTF-8 to encode/decode all CStrings (paths included!)
  • v0.6.0 Changes

    March 24, 2018

    ๐Ÿ”„ Changed

    • Switched to hLibsass 0.1.7.0 and libsass 3.5.2

    โž• Added

    • โœ… compileByteString for ByteString-only compilation
    • option to strip BOM/@charset with sassStripEncodingInfo option (thanks @h-3-0 !)

    โœ‚ Removed

    • clearNativeFunction and clearNativeFunctionList are not needed anymore
  • v0.5.0 Changes

    November 01, 2017

    ๐Ÿ”„ Changed

    • Split SassImporter into SassImporter and SassHeader (thanks @h-3-0 !)

    โž• Added

    • SassIporter now takes path to the file that is being imported into (thanks @h-3-0)
  • v0.4.2 Changes

    August 28, 2017

    โž• Added

    • 0๏ธโƒฃ Introduce defaultSassOptions as default options (thanks @chris-martin !)
  • v0.4.1 Changes

    March 19, 2017

    ๐Ÿ›  Fixed

    • โฌ†๏ธ Bump hlibsass version to 0.1.5.2 (fixes build problem on Cabal 1.24 & Stack 1.4)
  • v0.4.0 Changes

    December 19, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for combining SassValues (new in hlibsass 0.1.5)

    ๐Ÿ”„ Changed

    • Requires hlibsass version 0.1.5
    • SassValue derives Show
  • v0.3.0 Changes

    July 10, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for a ByteString result (thanks to Andy Morris ).

    ๐Ÿ”„ Changed

    • SassExtendedResult is now parametrised by a base result type (e.g. String).
    • ๐Ÿ“ฆ The package depends on transformers instead of mtl.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix GHC 7.10.1 warnings related to AMP proposal.
    • ๐Ÿ‘Œ Support for stack's lts-2.17 resolver.
  • v0.2.0 Changes

    June 01, 2015

    ๐Ÿ”„ Changed

    • Return type of compileString and compileFile is now polymorphic - may return both String and SassExtendedResult on success.
    • ๐Ÿ›  Fixes in documentation (articles, mostly).

    โž• Added

    • SassExtendedResult with a compiled string, a list of files included during compilation and a source map.
  • v0.1.0 Changes

    April 11, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for functions, importers, headers and sass values.
    • Compilation of files and strings.