Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 2.48 KB

Changelog

2.0.1

  • Add missing path normalization (fixes #141)

2.0.0

  • Breaking: Refactor import resolving algorithm. The new algorithm is aligned to libsass' way of resolving files. This yields to different results if two files with the same path and filename but with different extensions are present. Though this change should be no problem for most users, we must flag it as breaking change. #135 #138
  • Add temporary fix for stuck processes (see sass/node-sass#857) #100 #119 #132
  • Fix path resolving on Windows #108
  • Fix file watchers on Windows #102
  • Fix file watchers for files with errors #134

1.0.4

  • Fix wrong source-map urls #123
  • Include source-map contents by default #104

1.0.3

  • Fix importing css files from scss/sass #101
  • Fix importing SASS partials from includePath #98 #110

1.0.2

  • Fix a bug where files could not be imported across language styles #73
  • Update peer-dependency node-sass to 3.1.0

1.0.1

  • Fix SASS partials not being resolved anymore #68
  • Update peer-dependency node-sass to 3.0.0-beta.4

1.0.0

  • Moved node-sass^3.0.0-alpha.0 to peerDependencies #28
  • Using webpack's module resolver as custom importer #39
  • Add synchronous compilation support for usage with enhanced-require #39