Skip to content

Latest commit

 

History

History
176 lines (88 loc) · 9.11 KB

CHANGELOG.md

File metadata and controls

176 lines (88 loc) · 9.11 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

8.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#407) (4315ff6)

8.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#404) (505ecd0)

7.1.3 (2023-06-08)

Bug Fixes

  • perf: avoid using klona for stylus options (#394) (261f70e)

7.1.2 (2023-05-28)

Bug Fixes

7.1.1 (2023-05-25)

Bug Fixes

7.1.0 (2022-10-06)

Features

7.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

6.2.0 (2021-10-12)

Features

6.1.0 (2021-06-10)

Features

  • allow to use String value for the implementation option (b118719)

6.0.0 (2021-05-12)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

5.0.0 (2021-02-02)

Notes

  • 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.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { stylus: { mainFiles: ['custom', '...'] } } } }

4.3.3 (2021-01-15)

Bug Fixes

4.3.2 (2021-01-09)

Bug Fixes

  • convert relative paths to absolute paths in dependencies (#301) (3ded080)

4.3.1 (2020-12-02)

Bug Fixes

  • prevent search nested imports in css files (#298) (092e52a)

4.3.0 (2020-11-11)

Features

  • allow the additionalData to be async (0ce3dd8)

4.2.0 (2020-10-29)

Features

  • nested webpack resolve in the import option (#295) (390aeba)

4.1.1 (2020-10-09)

  • update schema-utils

4.1.0 (2020-10-02)

Features

  • webpack resolver supports the import option (8bca526)

Bug Fixes

4.0.0 (2020-09-29)

⚠ BREAKING CHANGES

  • minimum require Node.js version is 10.13, minimum require webpack version is 4
  • stylus options were moved to stylusOptions
  • the default value for the compress option is true in the production mode
  • the resolveUrl option is { nocheck: true } by default
  • sourcemaps contain absolute sources by default

Features

Bug Fixes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.