All Versions
10
Latest Version
Avg Release Cycle
147 days
Latest Release
2337 days ago
Changelog History
Changelog History
-
v0.8.0 Changes
November 25, 2018๐ Changed
- ๐ Fix invalid usage of
sass_make_import
and fixSassImport
. This is a breaking change. Fixes #12.
- ๐ Fix invalid usage of
-
v0.7.0 Changes
April 02, 2018๐ Changed
- This library uses UTF-8 to encode/decode all
CString
s (paths included!)
- This library uses UTF-8 to encode/decode all
-
v0.6.0 Changes
March 24, 2018๐ Changed
- Switched to
hLibsass
0.1.7.0 andlibsass
3.5.2
โ Added
- โ
compileByteString
forByteString
-only compilation - option to strip BOM/@charset with
sassStripEncodingInfo
option (thanks @h-3-0 !)
โ Removed
clearNativeFunction
andclearNativeFunctionList
are not needed anymore
- Switched to
-
v0.5.0 Changes
November 01, 2017๐ Changed
- Split
SassImporter
intoSassImporter
andSassHeader
(thanks @h-3-0 !)
โ Added
SassIporter
now takes path to the file that is being imported into (thanks @h-3-0)
- Split
-
v0.4.2 Changes
August 28, 2017โ Added
- 0๏ธโฃ Introduce
defaultSassOptions
as default options (thanks @chris-martin !)
- 0๏ธโฃ Introduce
-
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)
- โฌ๏ธ Bump
-
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
derivesShow
- ๐ Support for combining
-
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 ofmtl
.
๐ Fixed
- ๐ Fix GHC 7.10.1 warnings related to AMP proposal.
- ๐ Support for stack's lts-2.17 resolver.
- ๐ Support for a
-
v0.2.0 Changes
June 01, 2015๐ Changed
- Return type of
compileString
andcompileFile
is now polymorphic - may return bothString
andSassExtendedResult
on success. - ๐ Fixes in documentation (articles, mostly).
โ Added
SassExtendedResult
with a compiled string, a list of files included during compilation and a source map.
- Return type of
-
v0.1.0 Changes
April 11, 2015โ Added
- ๐ Support for functions, importers, headers and sass values.
- Compilation of files and strings.