Skip to content

Commit

Permalink
docs(changelog): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 22, 2020
1 parent d6917c7 commit fbfa67f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# [v0.1.0](https://github.com/c4spar/deno-cli/compare/1031df6...180eb3a) (2020-03-18)
# [v0.2.0](https://github.com/c4spar/deno-cli/compare/v0.1.0...v0.2.0) (Mon Mar 23 00:36:36 2020)

### Features

* **command:** validate environment variables ([179ef30](https://github.com/c4spar/deno-cli/commit/179ef30))
* **command:** add support for custom types ([fbfea55](https://github.com/c4spar/deno-cli/commit/fbfea55))
* **flags:** add `parseFlagValue()` method ([1983bd1](https://github.com/c4spar/deno-cli/commit/1983bd1))

### Code Refactoring

* **command:** refactor `env()` method ([a1a3364](https://github.com/c4spar/deno-cli/commit/a1a3364))
* **command:** print help when the `completions` command is called without arguments ([b2c4f91](https://github.com/c4spar/deno-cli/commit/b2c4f91))
* **command:** update description of `completions` command ([5feeb77](https://github.com/c4spar/deno-cli/commit/5feeb77))
* **command:** update description of `help` command ([15a3fd5](https://github.com/c4spar/deno-cli/commit/15a3fd5))
* **command:** print only first line of description in options and command list ([8cf33a1](https://github.com/c4spar/deno-cli/commit/8cf33a1))
* **command:** exit program after help and version is printed ([05bc677](https://github.com/c4spar/deno-cli/commit/05bc677))
* **flags:** refactor `string` type ([6900462](https://github.com/c4spar/deno-cli/commit/6900462))
* **flags:** refactor `boolean` type ([10997f6](https://github.com/c4spar/deno-cli/commit/10997f6))
* **table:** refactor `table` method ([8228ac1](https://github.com/c4spar/deno-cli/commit/8228ac1))

### Documentation Updates

* **command:** add `README.md` ([e1d4b33](https://github.com/c4spar/deno-cli/commit/e1d4b33))
* **examples:** add examples ([d6917c7](https://github.com/c4spar/deno-cli/commit/d6917c7))
* **flags:** add `README.md` ([7c8a062](https://github.com/c4spar/deno-cli/commit/7c8a062))


# [v0.1.0](https://github.com/c4spar/deno-cli/compare/1031df6...v0.1.0) (2020-03-18)

* add entry points ([e86d44e](https://github.com/c4spar/deno-cli/commit/e86d44e))

Expand Down

0 comments on commit fbfa67f

Please sign in to comment.