Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

64 lines (47 loc) · 2.08 KB

Changelog

3.1.4

  • Convert values containing commas inside of an object into strings

3.1.3

  • Extend key filtering to nested maps

3.1.2

  • Filter out invalid variable names to prevent Sass compiler from crashing

3.1.1

  • Return empty strings correctly to prevent Sass compiler from crashing

3.1.0

  • Add support for .json5 files

3.0.2

Fixes
  • Fix includePaths option for Windows users by using the environment's delimiter instead of harcoding unix's.

3.0.1

Fixes
  • Update node-sass dependency versions from ^3.5.3 to >=3.5.3 to allow using 4.x and above without triggering npm warnings.
  • Add yarn.lock.

3.0.0

(Possibly) Breaking

2.1.1

Fixes
  • Fix 2.1.0 breaking the default export for CommonJS.

2.1.0

Features
  • Export internal methods that compose the importer. E.g. transformJSONtoSass can now be used independently of node-sass to transform parsed JSON into Sass.

2.0.0

Breaking
  • Add node-sass ^3.5.3 as a peerDependency.
Fixes

1.0.6

Fixes
  • Invalidate require cache on each importer run.

1.0.5

Fixes

1.0.4

Fixes
  • Revert attempting to wrap strings with spaces/commas (wrap strings in extra quotes instead).

1.0.3

Fixes
  • Fix importing strings with spaces/commas breaking. Reverted in 1.0.4

1.0.2

Fixes
  • Fix includePaths not working with multiple entries.