Skip to content

Releases: stephenlacy/gulp-stylus

gulp-stylus@2.1.0

05 Oct 18:44
Compare
Choose a tag to compare
  • add basePath option #109
  • merge patch updates

gulp-stylus@2.0.4

13 Jun 08:55
Compare
Choose a tag to compare
  • remove Error.input file from output error
    • reduces unneeded console output when using gulp-plumber

gulp-stylus@2.0.3

01 Jun 03:42
Compare
Choose a tag to compare
  • fix bug in setting relative file for sourcemaps

gulp-stylus@2.0.0

13 Jan 21:36
Compare
Choose a tag to compare

Breaking changes introduced

  • gulp-sourcemap support
  • fix errors
  • fix relative paths for sourcemaps

For legacy sourcemap refer to 1.3.7

gulp-stylus@1.3.7

13 Jan 21:17
Compare
Choose a tag to compare
  • 1.x sourcemap support

gulp-stylus@1.3.6

10 Jan 20:57
Compare
Choose a tag to compare
  • add full sourcemap support with accord@0.14.0
  • add gulp-sourcemap support + test
  • remove cloneDeep options
  • clean style

gulp-stylus@1.3.3

30 Sep 18:03
Compare
Choose a tag to compare
  • Clean docs
  • Add sourcemap examples
  • Add sourcemap test
  • lodash now clones options

gulp-stylus@1.3.0

28 Jul 17:28
Compare
Choose a tag to compare
  • remove nib's requirement by default
  • update code style
  • fix stream callback
  • fix relative paths

gulp-stylus@1.1.0

19 Jul 17:40
Compare
Choose a tag to compare
  • Clean through2 usage
  • Only accept .styl files
  • Fix relative paths

API Changes

  • Remove errors option (Use correct gulp error handling instead)

gulp-stylus@1.0.0

22 Apr 03:04
Compare
Choose a tag to compare

Version 1.0.0

  • Rebuilt the API.
  • Use Accord to abstract stylus
  • Clean codebase
  • Add error option