Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
95 lines (42 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

95 lines (42 loc) · 2.86 KB

Change Log

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

0.6.1 (2017-11-01)

Bug Fixes

  • parseCLI: change to defaultDescription (c372600)

0.6.0 (2017-10-27)

Features

  • package.json: add yargs to dependencies (1009ad8)
  • parseCLI: migrate to yargs (10d3444)

BREAKING CHANGES

  • parseCLI: <files> are now an required option --given

0.5.0 (2017-10-23)

Bug Fixes

  • package.json: remove output-file from dependencies (a075a01)
  • runCLI: mkdirp sequentially first (c0fd5e2)

Features

  • package.json: add mkdirp to dependencies (9e39db9)

0.4.0 (2017-10-21)

Bug Fixes

  • apply path-complete-extname (9c58aba)
  • runCLI: ensure directory comes out first (0cbf2f0)

Features

  • package.json: add path-complete-extname to dependencies (b021c4e)

0.3.0 (2017-10-21)

Bug Fixes

  • output with dirname excluding glob parent (fd90a5d)

Features

  • package.json: add glob-parent to dependencies (70348aa)

0.2.1 (2017-10-21)

Bug Fixes

  • package.json: add bin/ to files (875e259)

0.2.0 (2017-10-21)

Features

  • babel-multi-node: first runnable cli (4128925)
  • package.json: bootstrap dependencies (1cb36fd)