Skip to content

v0.3.0

Compare
Choose a tag to compare
@ym-project ym-project released this 14 Aug 14:09
· 28 commits to master since this release
⚠️ 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