npm stylus-loader 9.0.0
v9.0.0

4 hours ago

Major Changes

  • Minimum supported Node.js version is now 22.11.0. (by @alexander-akait in #461)

  • Migrated source and published bundles to ECMAScript modules. The package (by @alexander-akait in #461)
    is now ESM ("type": "module") and exposes both an ESM build at
    ./dist/esm/index.js and a CommonJS build at ./dist/cjs/index.js via
    the exports field. The main entry now points to ./dist/cjs/index.js.

Minor Changes

  • Added JSDoc type annotations and TypeScript declaration file generation. The package now ships types/index.d.ts and exposes types via the package's exports/types fields. (by @alexander-akait in #464)

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

Don't miss a new stylus-loader release

NewReleases is sending notifications on new releases.