Major rewrite to Typescript
Happy new year! 🎆
This release is a complete overhaul of the entire library, rewriting all parts into TypeScript and making the client in sync, currently and for the foreseeable future, with the official CLI.
Although stylelint_d
fundamentally remains the same -- allowing you to lint your stylesheets using a long running process in the background -- the way it accomplishes this has changed significantly. In particular, the command line flags have changed and now match the official stylelint
CLI. If you relied on the way that stylelint_d
functioned before and it doesn't work with the official client, please update your setup to match the way the official client works as stylelint_d
will match the official CLI going forward.
If you run into any issues, please create an issue!