Skip to content

Releases: jo-sm/stylelint_d

3.2.0: All Hallows Day, but with more autumnal feeling

01 Nov 18:44
Compare
Choose a tag to compare

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

03 Aug 23:24
Compare
Choose a tag to compare

This minor release contains many package version bumps, including bumping the internal Stylelint version to the latest major version, but contains no functionality changes.

Version 3: The All Hallows Day edition

01 Nov 00:01
Compare
Choose a tag to compare

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

15 Aug 15:17
Compare
Choose a tag to compare

This minor release updates all dependencies since the last release in July.

Update dependencies

09 Jul 13:37
Compare
Choose a tag to compare

This is a patch release that updates dependencies and should fix a published package related issue.

Update dependencies

27 Jun 21:02
Compare
Choose a tag to compare

This minor release updates various dependencies to their latest versions. No functionality has changed.

Update dependencies

10 May 22:43
Compare
Choose a tag to compare

This minor release just updates relevant dependency updates found by Dependabot.

Major rewrite to Typescript

07 Jan 20:55
2ed904a
Compare
Choose a tag to compare

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

24 Sep 20:59
Compare
Choose a tag to compare

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

25 Sep 16:42
Compare
Choose a tag to compare

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