- auto-configure postcss-import support
- add support for watching multiple entry points
- update Travis config
- upgrade postcss-import dependency - fix deprecation warnings during make test-watch
- add --local-plugins option that lets postcss-cli to look for plugins in current directory
- add support for --replace|-r - if used input files are replaced with generated output
- refactor support for custom syntax options
- add globby to support wildcards in Windows
- remove obsolete note on postcss-import compatibility
- add support for PostCSS 5.0 custom syntax options
- remove support for --safe option
- switch to using postcss 5.x
- add watch mode (-w|--watch) in which postcss-cli observes and recompiles inputs whenever they change
- update neo-async dependency to released version
- update postcss-url dependency (used in tests only)
- allow specifying input file via config file
- allow specifying -u|--use via config file
- update npm keyword: postcssrunner -> postcss-runner
- add support for stdin/stdout if no input/output file specified
- fix typo in readme
- display warnings and errors
- stop testing on node 0.10
- prefer postcss async API if available
- use official yargs version
- add support for multiple input files
- support JS format as plugins config
- use autoprefixer instead of autoprefixer-core
- change short options for --use from
p
tou
- add -v|--version support
- add --safe option to enable postcss safe mode
- initial implementaion