Skip to content

v1.1.0

Compare
Choose a tag to compare
@lukeed lukeed released this 27 Jul 20:47
· 12 commits to master since this release

Package: @taskr/postcss

  • Automatically auto-load config from traditional PostCSS locations: #284
    • a .postcssrc file (JSON-type only)
    • the "postcss" key inside package.json
    • a postcss.config.js file (Object or Function type)
    • a .postcssrc.js file (Object or Function type)

Package: @taskr/esnext

  • Now transforms import statements 🎉 #290

Patches

  • Update taskr/cli.js code style: 49a69ef