Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
(docs) added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
troublete committed Sep 28, 2017
1 parent 36129c2 commit 963c780
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2017-09-28
### Added

* `cleanArguments`, `reduceFlagName`, `isCommandCall`, `isFlag`, `isFlagAlias`, `getFlags`, `getValues` functions for basic handling of input arguments

* added testing for functions


0 comments on commit 963c780

Please sign in to comment.