Skip to content

Releases: faucet-pipeline/faucet-pipeline-sass

v1.4.0

17 Mar 12:52
Compare
Choose a tag to compare

2020-03-17

Maintenance release to update dependencies; no significant changes

v1.3.1

17 Mar 12:52
Compare
Choose a tag to compare

2019-11-14

Maintenance release to update dependencies; no significant changes

v1.3.0

17 Jun 16:19
Compare
Choose a tag to compare

2019-06-17

  • Drop support for Node 6
  • Update dependencies: Sass, Autoprefixer und PostCSS

v1.2.0

18 Apr 10:03
d02dcb2
Compare
Choose a tag to compare

2019-04-18

  • Update dependencies: Sass, Autoprefixer und PostCSS
  • Housekeeping

2018-11-15

15 Nov 10:21
Compare
Choose a tag to compare
  • Bugfix: Actually return a promise from the pipeline
    • This bugfix lets "markup" pipelines run after this pipeline, as it was supposed to work
  • Update dependencies: Sass, Autoprefixer und PostCSS
  • Added license, code of conduct and changelog

First Beta of version 1.0.0

23 Jan 13:26
b91d4a5
Compare
Choose a tag to compare
  • The biggest change is switching to a unified manifest: All pipelines will write to one manifest file.
  • This led to some changes to the architecture, moving responsibility to the faucet-pipeline package.
  • We also unified the testing approach with a shared file that includes our assertions
  • We improved the error output: An error will be visible in the browser (#2)
  • To make it consistent across all pipelines, entryPoint was renamed to source #36
  • This version was adjusted to changes in the current version of postcss #37

Dependency Updates

30 Nov 14:36
df87e33
Compare
Choose a tag to compare
v0.10.0

Release 0.10.0

Browserlist & Retry reading manifests

14 Nov 10:27
ad88080
Compare
Choose a tag to compare
  • [BREAKING CHANGE] Instead of providing the supported browsers in the config file, you provide them in the .browserlistrc file
  • Reading manifests is retried several times in order to wait for faucet-pipeline-static to finish

Support for NODE_PATH

10 Nov 08:41
bd3de27
Compare
Choose a tag to compare
v0.8.0

Use the Node module resolution to figure out where to find modules #30

Bug Fix for Windows File Watching

20 Oct 07:42
244475b
Compare
Choose a tag to compare

This release fixes file watching for SCSS Files on Windows