Skip to content

Releases: nicbell/postscss

v2.0.0

03 Dec 17:40
Compare
Choose a tag to compare

What's Changed

  • Updated eyeglass from 1.2.1 to 3.0.3
  • Updated node-sass from 4.5.1 to 8.0.0
  • Updated PostCss from 5.2.5 to 8.2.15

Breaking

node-sass update means Node 18 or higher is now required to run PostScss.

Full Changelog: v1.6.0...v2.0.0

v1.6.0

14 Nov 12:13
Compare
Choose a tag to compare

v1.5.0

18 Nov 12:47
Compare
Choose a tag to compare

Updated deps.

v1.4.1

03 May 16:21
Compare
Choose a tag to compare

Updated deps, see #3

v1.4.0

22 Mar 10:24
Compare
Choose a tag to compare

Made SASS importer an option, see readme.

v1.3.0

12 Mar 18:53
Compare
Choose a tag to compare

Add support for @import Sass modules through npm. (Thanks to @mrmartineau see #2)

v1.2.3

19 Nov 10:22
Compare
Choose a tag to compare

Improved docs and bumped deps.

v1.2.2

28 Oct 16:52
Compare
Choose a tag to compare

Bug fix. Make sure written file is available before returning.

v1.2.1

28 Oct 15:20
Compare
Choose a tag to compare

Very small release.

  • Improved console output.
  • Using arrow function instead of loops.

v1.2.0

28 Oct 10:42
Compare
Choose a tag to compare

Updated node-sass to 3.4 which uses the latest LibSass 3.3 instead of 3.2.

  • Major features now aligned with Ruby SASS.
  • Massive speed improvements.

See https://github.com/sass/libsass/releases for more info.