Skip to content

Releases: body-builder/jsass

1.2.3

07 Oct 10:17
v1.2.3
93236b4
Compare
Choose a tag to compare

Bug Fixes

1.2.2

07 Oct 10:16
v1.2.2
b420033
Compare
Choose a tag to compare

Bug Fixes

1.2.1

07 Oct 10:16
v1.2.1
2fa7a11
Compare
Choose a tag to compare

Bug Fixes

  • SassVarsToJS: Handling Colors in SassMap keys correctly (ced40ca)

1.2.0

07 Oct 10:16
v1.2.0
62987bd
Compare
Choose a tag to compare

Features

  • jsFunctionsToSass: Automatic parameter resolution for Sass functions (#5) (c4f61a2)

1.1.2

07 Oct 10:15
v1.1.2
3c7c1b3
Compare
Choose a tag to compare

Bug Fixes

  • JSFunctionsToSass: Handling synchronous renderSync() correctly (#3) (cc7581a)

1.1.1

07 Oct 10:15
v1.1.1
49ab67a
Compare
Choose a tag to compare

Bug Fixes

  • JSVarsToSassData: The options parameters should never be undefined (e8a866f)

1.1.0

07 Oct 10:15
d625bac
Compare
Choose a tag to compare

Features

  • Adding support for Dart Sass (ea9f65b5)

API changes

  • Changing the names (and file path) of many classes (adefaa71)

    To be more straightforward, as we are supporting not exclusively node-sass

    Old name New name
    JSFunctionsToNodeSass JSFunctionsToSass
    JSVarsToNodeSass JSVarsToSass
    NodeSassVarsToJs SassVarsToJS
    JSVarsToSassString JSVarsToSassData

    (We should create a new major version in normal case, but since the package is quite new (1wo), we make an exception this time. Hopefully we will not have to change the API in the near future.)

1.0.0

07 Oct 10:14
95d4bbf
Compare
Choose a tag to compare

Initial release