Skip to content

Commit 99b61f4

Browse files
author
Benjamin Coe
committed
chore(release): 6.0.0
1 parent 92a551b commit 99b61f4

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="6.0.0"></a>
6+
# [6.0.0](https://github.com/yargs/yargs/compare/v5.0.0...v6.0.0) (2016-09-30)
7+
8+
9+
### Bug Fixes
10+
11+
* changed parsing of the command string to ignore extra spaces ([#600](https://github.com/yargs/yargs/issues/600)) ([e8e5a72](https://github.com/yargs/yargs/commit/e8e5a72))
12+
* drop lodash.assign ([#641](https://github.com/yargs/yargs/issues/641)) ([ad3146f](https://github.com/yargs/yargs/commit/ad3146f))
13+
* for args that have skipValidation set to `true`, check if the parsed arg is `true` ([#619](https://github.com/yargs/yargs/issues/619)) ([658a34c](https://github.com/yargs/yargs/commit/658a34c))
14+
* upgrade standard, and fix appveyor config so that it works with newest standard ([#607](https://github.com/yargs/yargs/issues/607)) ([c301f42](https://github.com/yargs/yargs/commit/c301f42))
15+
16+
17+
### Chores
18+
19+
* upgrade yargs-parser ([#633](https://github.com/yargs/yargs/issues/633)) ([cc1224e](https://github.com/yargs/yargs/commit/cc1224e))
20+
21+
22+
### Features
23+
24+
* make opts object optional for .option() ([#624](https://github.com/yargs/yargs/issues/624)) ([4f29de6](https://github.com/yargs/yargs/commit/4f29de6))
25+
26+
27+
### Performance Improvements
28+
29+
* defer windowWidth() to improve perf for non-help usage ([#610](https://github.com/yargs/yargs/issues/610)) ([cbc3636](https://github.com/yargs/yargs/commit/cbc3636))
30+
31+
32+
### BREAKING CHANGES
33+
34+
* coerce is now applied as a final step after other parsing is complete
35+
36+
* add documentation for breaking changes in yargs-parser@4
37+
38+
* fix: a few small editing nits
39+
40+
* fix: bump yargs-parser again
41+
42+
43+
544
<a name="5.0.0"></a>
645
# [5.0.0](https://github.com/yargs/yargs/compare/v4.8.1...v5.0.0) (2016-08-14)
746

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yargs",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "yargs the modern, pirate-themed, successor to optimist.",
55
"main": "./index.js",
66
"files": [

0 commit comments

Comments
 (0)