Releases: jo-sm/stylelint_d
3.2.0: All Hallows Day, but with more autumnal feeling
Coincidentally two years to the day after the release of version 3, today is the release of 3.2.0.
This release updates all packages to their latest versions, and contains no functionality changes.
Happy All Hallows Day! 🎃
3.1.0
Version 3: The All Hallows Day edition
Happy All Hallow's Day (or Eve, depending where you're at)! 🎃
This release upgrades Stylelint to version 14, which is a major upgrade and includes some breaking changes. Since it might break your use of stylelint_d
this release is also a major release, but stylelint_d
includes no major changes itself. The output from Stylelint seems to have stayed basically the same (if my integration tests are to be believed) so this shouldn't be too impactful, but you might be affected by some of the config and options changes.
Besides that, the other things that have changed since the last release are a few bits of housekeeping (keeping dependencies up to date) and fixing any issues that arose, such as changing .not.toBeUndefined
to .toBeDefined
as recommended by eslint
.
Upgrade at your convenience, and raise an issue if something doesn't seem right. Cheers!
[Aug 2021] Update dependencies
This minor release updates all dependencies since the last release in July.
Update dependencies
This is a patch release that updates dependencies and should fix a published package related issue.
Update dependencies
This minor release updates various dependencies to their latest versions. No functionality has changed.
Update dependencies
This minor release just updates relevant dependency updates found by Dependabot.
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!
Update to stylelint v13
This release updates stylelint
to version 13, and adds a package-lock.json
file to lock the file dependency versions.
Update to latest Stylelint version and other fixes
This release, which contains PR #16, updates Stylelint to version 11. Additionally, it adds the following:
- Adds the
--fix
flag to automatically fix styling issues - Add a process title to more easily see the process in
ps