All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
8.1.3 (2026-02-05)
8.1.2 (2025-08-18)
- resolving problems on windows (a1a3140)
8.1.1 (2024-09-18)
8.1.0 (2024-01-30)
8.0.0 (2024-01-15)
7.1.3 (2023-06-08)
7.1.2 (2023-05-28)
7.1.1 (2023-05-25)
7.1.0 (2022-10-06)
7.0.0 (2022-05-17)
- minimum supported
Node.jsversion is14.15.0
6.2.0 (2021-10-12)
6.1.0 (2021-06-10)
- allow to use
Stringvalue for theimplementationoption (b118719)
6.0.0 (2021-05-12)
- minimum supported
Node.jsversion is12.13.0
5.0.0 (2021-02-02)
- using
~is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.
Why you can removed it?
The loader will first try to resolve @import/@require as relative, if it cannot be resolved, the loader will try to resolve @import/@require inside node_modules.
- minimum supported
webpackversion is5
- supported the
resolve.byDependencyoption, you can setup{ resolve: { byDependency: { stylus: { mainFiles: ['custom', '...'] } } } }
4.3.3 (2021-01-15)
4.3.2 (2021-01-09)
4.3.1 (2020-12-02)
4.3.0 (2020-11-11)
- allow the
additionalDatato be async (0ce3dd8)
4.2.0 (2020-10-29)
4.1.1 (2020-10-09)
- update
schema-utils
4.1.0 (2020-10-02)
- webpack resolver supports the
importoption (8bca526)
4.0.0 (2020-09-29)
- minimum require
Node.jsversion is10.13, minimum requirewebpackversion is4 stylusoptions were moved tostylusOptions- the default value for the
compressoption istruein theproductionmode - the
resolveUrloption is{ nocheck: true }by default - sourcemaps contain absolute
sourcesby default
- added loader options validation (#234) (6980095)
- added webpack resolver (#231) (da566a6)
- added
compressoption (5278fb4) - added
additionalDataoption (#248) (9f781b7) - added
hoistAtrulesoption (#276) (90ff982) - added
lineNumbersoption (#278) (637575c) - added
webpackImporteroption (#244) (bbe232a) - allow to pass
stylusOptionsusing function (028a759) - allow to define raw parameter (b5c75ed)
binopnodes (#262) (538f4ba)- sourcemap (#249) (7066583)
- glob (#279) (409877c)
- watching glob
- error reporting (3233f86)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.