Skip to content

Releases: ym-project/esbuild-stylus-loader

v0.4.3

14 Sep 14:10
Compare
Choose a tag to compare

What's Changed

  • update dependencies

v0.4.2

22 Apr 21:30
Compare
Choose a tag to compare

Changes:

  • add linked sourcemap support
  • update dev dependencies
  • add stylus as dev dependency

v0.4.1

15 Jan 05:22
Compare
Choose a tag to compare

Changes:

  • add esbuild to peerDependencies

    Esbuild supported version is 0.9.6 and higher.

v0.4.0

14 Jan 17:53
Compare
Choose a tag to compare
⚠️ This release contains backwards-incompatible changes ⚠️

stylus dependency was moved to peerDependencies. And now you should install stylus manually.

Changes

  • add types to config files
  • move stylus to peerDependencies
  • update dependencies

v0.3.2

02 Oct 04:00
Compare
Choose a tag to compare

Fix

  • fix(types): allow plugin without arguments

    Previously plugin types required to pass an empty object if there is no arguments.

Dependencies

  • update stylus@0.55.0
  • update @commitlint/cli@13.2.0
  • update @commitlint/config-conventional@13.2.0
  • update @types/node@16.10.2
  • update @typescript-eslint/eslint-plugin@4.32.0
  • update @typescript-eslint/parser@4.32.0
  • update eslint-plugin-ava@13.0.0
  • update typescript@4.4.3

v0.3.1

20 Aug 16:12
Compare
Choose a tag to compare

Changes

  • add includeCss option (#8, #9). Thanks @bor3ham for the contribution.

v0.3.0

14 Aug 14:09
Compare
Choose a tag to compare
⚠️ This release contains backwards-incompatible changes ⚠️

Changes

  • Plugin options were moved to the stylusOptions object. Now it looks like

    stylusLoader({
        stylusOptions: {
            import: [.....],
            include: [.....],
            // ...
            // etc
        },
    })
    
  • Fix plugin error when non-stylus file path was encountered (#4)

  • Add sourcemap support (#5)

  • Add raw argument of the stylus define method (#6)

  • Add LICENSE file

  • Add github actions

  • Improve README file

  • Improve tests

  • Update dependencies

v0.3.0-2

14 Aug 10:39
Compare
Choose a tag to compare
v0.3.0-2 Pre-release
Pre-release

Changes

  • add LICENSE
  • improve README
  • add raw argument of stylus define method (#6)
  • set node js 10 as minimum supported version

v0.3.0-1

10 Aug 18:58
Compare
Choose a tag to compare
v0.3.0-1 Pre-release
Pre-release

Changes

  • add sourcemap support (#5)
  • add declaration file
  • add github action for the package automatic publishing
  • improve test command

Dependencies

  • update @types/node to 16.4.13
  • update @typescript-eslint/eslint-plugin to 4.29.1
  • update @typescript-eslint/parser to 4.29.1
  • update esbuild to 0.12.19
  • update lint-staged to 11.1.2
  • fix path-parse vulnerable version

v0.3.0-0

05 Aug 19:32
Compare
Choose a tag to compare
v0.3.0-0 Pre-release
Pre-release
⚠️ This release contains backwards-incompatible changes ⚠️
  1. Plugin options were moved to the stylusOptions object. Now it looks like

    stylusLoader({
        stylusOptions: {
            import: [.....],
            include: [.....],
            // ...
            // etc
        },
    })
    
  2. Fix plugin error when non-stylus file path was encountered. Now the plugin handles this case correctly.

Changes

  • update typescript config
  • update linter rules
  • improve scripts
  • add tests for every plugin feature

Dependencies

  • update dependencies to the latest version
  • add commitlint
  • add lint-staged