Node Sass Middleware Versions Save

connect middleware extracted from node-sass

v1.1.0

7 months ago

v1.0.1

2 years ago

v0.12.0

2 years ago

v0.11.0

7 years ago

Changelog:

  • Improve error handling and fixed flaws in middleware flow by @jacekkopecky #95
  • Skip early and log when prefix mismatches by @am11 #96

v0.10.1

7 years ago

Changelog:

  • Bump node-sass version - Provides Alpine Linux support by @robertfall #90
  • Increase the logger test timeout and fix a test bug by @am11 #91

v0.10.0

7 years ago

Changelog:

  • Warn user of import order in example by @danawoodman via #73
  • Add custom optional log function using options object by @lightchpa #82
  • Deps: Update project dependencies to latest stable versions. by @am11 #84
  • Added tests for logger. by @am11 #87
  • Fixtures files moved to their own directory. by @am11 #86
  • Tests are now runnable on Windows by @am11 #85

v0.9.8

8 years ago

Changelog:

  • Options: add maxAge option. by @mmsilva via #69
  • Docs: add example on how to use with other middleware. by @Xiphe via #66
  • Deps: Update project dependencies to latest stable versions.

v0.9.7

8 years ago

Changelog:

Credits to @laino for submitting a bugfix https://github.com/sass/node-sass-middleware/pull/61, for a race condition issue: https://github.com/sass/node-sass-middleware/issues/62. :+1:

v0.9.6

8 years ago

Changelog:

Thanks to @cofiem to spotting a potential bug in v0.9.5 and @esthersdev for fixing it promptly. :tada:

v0.9.5

8 years ago

Change log:

  • Added full doc for middleware options (@Vercryger)
  • Code: Formatting and minor performance fix. (@am11)
  • Add full support for all node-sass options (@teodragovic)
  • Use cssPath only if not specified by user (@teodragovic)
  • README: add undocumented indentedSyntax (@hibiyasleep)
  • Code: Reduce branches. (@am11)
  • Update node-sass to support newer bindings (@simonkberg)
  • Package: Updates dependencies to latest versions. (@am11)

As always, thanks to everyone participating in improving node-sass middleware. :trophy: