Originally created by: xzyfer
Originally owned by: xzyfer
See [#2111]
Features
- [x] Reduce Node version support to Active LTS and Current (@xzyfer) *BREAKING*
- [x] Replace Gaze with Chokidar (@xzyfer)
- [x] Compile on watch by default (@xzyfer) *BREAKING*
- [x] Stop watching and compiling .css files (@xzyfer) *BREAKING*
- [ ] Allow fallback to local compile on unsupported environments
- [ ] LibSass 3.6
Misc
- [x] Update dependencies (@xzyfer) *BREAKING*
- [ ] ES6-ify where it improves readability *BREAKING*
- [x] Remove deprecated
process.sass
API (@xzyfer) *BREAKING*
- [x] Set
engines
to supported Node versions (#2316, @realityking) *BREAKING*
- [x] Remove some Node < 6 work arounds (#2317, @realityking) *BREAKING*
- [x] Remove
Object.assign
polyfill (#2318, @realityking)
Maybe
- [ ] Official electron support
Originally posted by: YasharF
Would you be able to do a pre-release, release candidate, or beta release of v5, or even better the v5 itself, as is, with plans to fix/address the remaining issues in 5.1?
Thanks