Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

43 lines (36 loc) · 2.09 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2017-07-14

Added

  • Added minimist to dependencies.
  • Added sfco-literati to dependencies.
  • Added ESLint to devDependencies. Contents of ./lib/ dir. can be linted by running npm run lint.
  • Added AVA to devDependencies. Added 'sanity check' test file test/test.js.
  • Built out tests for familiar command.
  • Added del to devDependencies.
  • Added familiar command tests (test/familiar.test.js).
  • Added package-lock.json file to repo.
  • Added Travis CI config. file to repo. Added 'build status' badge to README.md.

Changed

  • Updated familiar to parse options using minimist package, pass resulting options to command.
  • Removed support for init-global command. .familiarrc file now generated by running familiar init --global.

[0.1.0] - 2017-05-15

Added

  • Added familiar init/familiar summon commands. Both commands are used to quickly create a new familiar.config.js file at the current working directory.
  • Added .familiarrc file to config/ directory.
  • Added familiar init-global command. Command used to create a new .familiarrc file in the user's home directory.
  • Added lib/setup, lib/main, and lib/utils directories.

Changed

  • Updated familiar -v and familiar --version commands to correctly log out the package version.
  • Moved Familiar commands (familiar.js) into lib/familiar/commands/.
  • Moved gitf commands (familiar.js) into lib/gitf/commands/.
  • Moved side effects into dedicated lib/setup.
  • Moved execP into lib/utils.
  • Moved main.js into lib/main.

[0.0.13] - 2017-03-22

Added

  • Added 'CHANGELOG.md' to project.

Changed

  • Updated gitf commit to log/print stdout.