Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 3.69 KB

Changelog

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

0.3.3 (2020-11-28)

0.3.2 (2020-11-28)

0.3.1 (2020-11-28)

0.3.0 (2019-10-06)

Features

  • glob config options exposed (d03e98a), closes #39

0.2.0 (2019-09-22)

Features

  • glob config options exposed (d03e98a), closes #39

0.1.0 (2019-09-15)

Bug Fixes

  • favor data option over file (bf802f3), closes #41
  • invalid options type throws error (6522a71), closes #38
  • tests for errors fixed to prevent false positives (d5e75fc), closes #23

Features

  • add commitizen and standard-version to project (8447789), closes #14
  • add renderSync support (bf934aa), closes #13
  • add single file, directory, or dynamic output options (04e24e1), closes #6
  • added glob support for file compilation (65e69e4), closes #5
  • callback support for async render (8fcf895), closes #35
  • concatenate sources that have the same output (e1c462d), closes #19
  • extends node-sass' info export and passes through remaining exports (cde3e88), closes #40
  • initial feature set for NodeJS async usage (711e2e3), closes #3
  • jsdoc (20a9d94), closes #33
  • project setup: npm, test, lint, format (bbdcc1f), closes #1
  • support for outFile and sourceMap node-sass config options (b261d06), closes #18