yargs 8.0.0-candidate.0 → 8.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,46 @@
2
2
 
3
3
  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.
4
4
 
5
+ <a name="8.0.2"></a>
6
+ ## [8.0.2](https://github.com/yargs/yargs/compare/v8.0.1...v8.0.2) (2017-06-12)
7
+
8
+
9
+
10
+ <a name="8.0.1"></a>
11
+ ## [8.0.1](https://github.com/yargs/yargs/compare/v8.0.0...v8.0.1) (2017-05-02)
12
+
13
+
14
+
15
+ <a name="8.0.0"></a>
16
+ # [8.0.0](https://github.com/yargs/yargs/compare/v7.1.0...v8.0.0) (2017-05-01)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * commands are now applied in order, from left to right ([#857](https://github.com/yargs/yargs/issues/857)) ([baba863](https://github.com/yargs/yargs/commit/baba863))
22
+ * help now takes precedence over command recommendation ([#866](https://github.com/yargs/yargs/issues/866)) ([17e3567](https://github.com/yargs/yargs/commit/17e3567))
23
+ * positional arguments now work if no handler is provided to inner command ([#864](https://github.com/yargs/yargs/issues/864)) ([e28ded3](https://github.com/yargs/yargs/commit/e28ded3))
24
+
25
+
26
+ ### Chores
27
+
28
+ * upgrade yargs-parser ([#867](https://github.com/yargs/yargs/issues/867)) ([8f9c6c6](https://github.com/yargs/yargs/commit/8f9c6c6))
29
+
30
+
31
+ ### Features
32
+
33
+ * allow extends to inherit from a module ([#865](https://github.com/yargs/yargs/issues/865)) ([89456d9](https://github.com/yargs/yargs/commit/89456d9))
34
+ * allow strict mode to be disabled ([#840](https://github.com/yargs/yargs/issues/840)) ([6f78c05](https://github.com/yargs/yargs/commit/6f78c05))
35
+
36
+
37
+ ### BREAKING CHANGES
38
+
39
+ * extends functionality now always loads the JSON provided, rather than reading from a specific key
40
+ * Node 4+ is now required; this will allow us to start updating our dependencies.
41
+ * the first argument to strict() is now used to enable/disable its functionality, rather than controlling whether or not it is global.
42
+
43
+
44
+
5
45
  <a name="7.1.0"></a>
6
46
  # [7.1.0](https://github.com/yargs/yargs/compare/v7.0.2...v7.1.0) (2017-04-13)
7
47