Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / optionator / CHANGELOG.md
1 # 0.8.3
2 - changes dependency from `wordwrap` to `word-wrap` due to license issue
3 - update dependencies
4
5 # 0.8.2
6 - fix bug #18 - detect missing value when flag is last item
7 - update dependencies
8
9 # 0.8.1
10 - update `fast-levenshtein` dependency
11
12 # 0.8.0
13 - update `levn` dependency - supplying a float value to an option with type `Int` now throws an error, instead of silently converting to an `Int`
14
15 # 0.7.1
16 - fix bug with use of `defaults` and `concatRepeatedArrays` or `mergeRepeatedObjects`
17
18 # 0.7.0
19 - added `concatrepeatedarrays` option: `oneValuePerFlag`, only allows one array value per flag
20 - added `typeAliases` option
21 - added `parseArgv` which takes an array and parses with the first two items sliced off
22 - changed enum help style
23 - bug fixes (#12)
24 - use of `concatRepeatedArrays` and `mergeRepeatedObjects` at the top level is deprecated, use it as either a per-option option, or set them in the `defaults` object to set them for all objects
25
26 # 0.6.0
27 - added `defaults` lib-option flag, allowing one to set default properties for all options
28 - added `concatRepeatedArrays` and `mergeRepeatedObjects` as option level properties, allowing you to turn this feature on for specific options only
29
30 # 0.5.0
31 - `Boolean` flags with `default: 'true'`, and no short aliases, will by default show the `--no` version in help
32
33 # 0.4.0
34 - add `mergeRepeatedObjects` setting
35
36 # 0.3.0
37 - add `concatRepeatedArrays` setting
38 - add `overrideRequired` option setting
39 - use just Levenshtein string compare algo rather than Levenshtein Damerau to due dependency license issue
40
41 # 0.2.2
42 - bug fixes
43
44 # 0.2.1
45 - improved interpolation
46 - added changelog
47
48 # 0.2.0
49 - add dependency checks to options - added `dependsOn` as an option property
50 - add interpolation for `prepend` and `append` text with new `generateHelp` option, `interpolate`
51
52 # 0.1.1
53 - update dependencies
54
55 # 0.1.0
56 - initial release