Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

69 lines (35 loc) · 2.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.3 (2020-10-13)

Bug Fixes

1.2.2 (2020-05-26)

Bug Fixes

1.2.1 (2020-01-23)

Bug Fixes

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

1.2.0 (2019-12-04)

Features

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

1.1.2 (2019-11-15)

Bug Fixes

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

1.1.1 (2019-11-04)

Bug Fixes

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

1.1.0 (2019-10-30)

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 (2019-10-18)

Initial release