All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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.js
version is14.15.0
6.2.0 (2021-10-12)
6.1.0 (2021-06-10)
- allow to use
String
value for theimplementation
option (b118719)
6.0.0 (2021-05-12)
- minimum supported
Node.js
version 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
webpack
version is5
- supported the
resolve.byDependency
option, 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
additionalData
to 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
import
option (8bca526)
4.0.0 (2020-09-29)
- minimum require
Node.js
version is10.13
, minimum requirewebpack
version is4
stylus
options were moved tostylusOptions
- the default value for the
compress
option istrue
in theproduction
mode - the
resolveUrl
option is{ nocheck: true }
by default - sourcemaps contain absolute
sources
by default
- added loader options validation (#234) (6980095)
- added webpack resolver (#231) (da566a6)
- added
compress
option (5278fb4) - added
additionalData
option (#248) (9f781b7) - added
hoistAtrules
option (#276) (90ff982) - added
lineNumbers
option (#278) (637575c) - added
webpackImporter
option (#244) (bbe232a) - allow to pass
stylusOptions
using function (028a759) - allow to define raw parameter (b5c75ed)
binop
nodes (#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.