Changelog for hsass-0.8.0
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.8.0 - 2018-11-25
Changed
- Fix invalid usage of
sass_make_importand fixSassImport. This is a breaking change. Fixes #12.
0.7.0 - 2018-04-02
Changed
- This library uses UTF-8 to encode/decode all
CStrings (paths included!)
0.6.0 - 2018-03-24
Changed
- Switched to
hLibsass0.1.7.0 andlibsass3.5.2
Added
compileByteStringforByteString-only compilation- option to strip BOM/@charset with
sassStripEncodingInfooption (thanks @h-3-0 !)
Removed
clearNativeFunctionandclearNativeFunctionListare not needed anymore
0.5.0 - 2017-11-01
Changed
- Split
SassImporterintoSassImporterandSassHeader(thanks @h-3-0 !)
Added
SassIporternow takes path to the file that is being imported into (thanks @h-3-0)
0.4.2 - 2017-08-28
Added
- Introduce
defaultSassOptionsas default options (thanks @chris-martin !)
0.4.1 - 2017-03-19
Fixed
- Bump
hlibsassversion to 0.1.5.2 (fixes build problem on Cabal 1.24 & Stack 1.4)
0.4.0 - 2015-12-19
Added
- Support for combining
SassValues(new in hlibsass 0.1.5)
Changed
- Requires hlibsass version 0.1.5
SassValuederivesShow
0.3.0 - 2015-07-10
Added
- Support for a
ByteStringresult (thanks to Andy Morris ).
Changed
SassExtendedResultis now parametrised by a base result type (e.g.String).- The package depends on
transformersinstead ofmtl.
Fixed
- Fix GHC 7.10.1 warnings related to AMP proposal.
- Support for stack's lts-2.17 resolver.
0.2.0 - 2015-06-01
Changed
- Return type of
compileStringandcompileFileis now polymorphic - may return bothStringandSassExtendedResulton success. - Fixes in documentation (articles, mostly).
Added
SassExtendedResultwith a compiled string, a list of files included during compilation and a source map.
0.1.0 - 2015-04-11
Added
- Support for functions, importers, headers and sass values.
- Compilation of files and strings.