Skip to content

Latest commit

 

History

History
103 lines (44 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

103 lines (44 loc) · 2.91 KB

Change Log

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

1.1.4 (2017-10-20)

Bug Fixes

1.1.3 (2017-10-20)

Bug Fixes

  • args: pass 'opts.first' if exists in opts object (7491a87)

1.1.2 (2017-10-09)

Bug Fixes

  • clean: cleanup console.logs (4a8da0a)

1.1.1 (2017-10-09)

Bug Fixes

  • paths: improve relative paths support (6abd28d), closes #15

1.1.0 (2017-10-09)

Features

  • resolver: update resolveFromString resolve (f53adac), closes #14

1.0.1 (2017-02-08)

Bug Fixes

1.0.0 (2017-02-08)

Initial release!

  • Stable releases - move on

0.2.1 (2017-01-09)

Bug Fixes

  • codeclimate: add "support" to mute codeclimate duplication issue (a2d2b85)
  • codeclimate: simplify (a3ff8ac)
  • index: inline comments for clarity (9e675b0)

0.2.0 (2017-01-03)

Bug Fixes

  • opts: inconsistency, update test (44a16c3)

Features

  • options: implement opts.first, opts.args and opts.context (b6f0f40)

0.0.0 - 2017-01-03

  • Initial commit