Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 16.1.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: release 16.1.0 #10

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 6, 2020

🤖 I have created a release *beep* *boop*

16.1.0 (2021-02-13)

⚠ BREAKING CHANGES

Features

  • string-utils: export looksLikeNumber helper (#324) (c8580a2)
  • adds parse-positional-numbers configuration (#321) (9cec00a)
  • adds support for ESM and Deno (#295) (195bc4a)
  • expose camelCase and decamelize helpers (#296) (39154ce)
  • deps: update to latest camelcase/decamelize (#281) (8931ab0)
  • boolean arguments will not be collected into an implicit array (#236) (34c4e19)
  • introduce greedy-arrays config, for specifying whether arrays consume multiple positionals (#249) (60e880a)
  • introduce nargs-eats-options config option (#246) (d50822a)
  • introduce single-digit boolean aliases (#255) (9c60265)
  • NaN can now be provided as a value for nargs, indicating "at least" one value is expected for array (#251) (9db4be8)
  • options that have had their default value used are now tracked (#211) (a525234)
  • populate error if incompatible narg/count or array/count options are used (#191) (84a401f)

Bug Fixes

  • do not lowercase camel cased string (#348) (5f4da1f)
  • array, nargs: support -o=--value and --option=--value format (#262) (41d3f81)
  • build: fixing publication (#310) (5d3c6c2)
  • build: push tag created for deno (2186a14)
  • build: switch to action for publish (#308) (5c2f305)
  • build: update release-please; make labels kick off builds (#323) (09f448b)
  • deno: address import issues in Deno (#339) (3b54e5e)
  • deno: update types for deno ^1.4.0 (#330) (0ab92e5)
  • deps: update dependency decamelize to v3 (#274) (4d98698)
  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#336) (3ae7242)
  • exports: node 13.0-13.6 require a string fallback (#333) (291aeda)
  • types: envPrefix should be optional (#305) (ae3f180)
  • unknown-options-as-args: convert positionals that look like numbers (#326) (f85ebb4)
  • proto will now be replaced with proto in parse (#258) (63810ca)
  • address bugs with "uknown-options-as-args" (bc023e3)
  • array should take precedence over nargs, but enforce nargs (#243) (4cbc188)
  • boolean numeric short option (#294) (f600082)
  • only strip camel case if hyphenated (#316) (95a9e78), closes #315
  • raise permission error for Deno if config load fails (#298) (1174e2b)
  • setArg: options using camel-case and dot-notation populated twice (#268) (f7e15b9)
  • types: switch back to using Partial types (#293) (bdc80ba)
  • normalized keys were not enumerable (#247) (57119f9)
  • support keys that collide with object prototypes (#234) (1587b6d)
  • unknown options terminated with digits now handled by unknown-options-as-args (#238) (d36cdfa)

Reverts

  • revert 16.0.0 CHANGELOG entry (920320a)

Build System

  • drops Node 6. begin following Node.js LTS schedule (#278) (9014ed7)

Code Refactoring


This PR was generated with Release Please.

@github-actions github-actions bot closed this Jun 11, 2020
@github-actions github-actions bot reopened this Jun 11, 2020
@github-actions github-actions bot closed this Jun 16, 2020
@github-actions github-actions bot reopened this Jun 16, 2020
@github-actions github-actions bot closed this Jul 7, 2020
@github-actions github-actions bot reopened this Jul 7, 2020
@github-actions github-actions bot closed this Jul 9, 2020
@github-actions github-actions bot reopened this Jul 9, 2020
@github-actions github-actions bot closed this Jul 16, 2020
@github-actions github-actions bot reopened this Jul 16, 2020
@github-actions github-actions bot closed this Jul 19, 2020
@github-actions github-actions bot reopened this Jul 19, 2020
@github-actions github-actions bot closed this Jul 19, 2020
@github-actions github-actions bot reopened this Jul 19, 2020
@github-actions github-actions bot closed this Aug 4, 2020
@github-actions github-actions bot reopened this Aug 4, 2020
@github-actions github-actions bot closed this Aug 5, 2020
@github-actions github-actions bot reopened this Aug 5, 2020
@github-actions github-actions bot closed this Aug 6, 2020
@github-actions github-actions bot reopened this Aug 6, 2020
@github-actions github-actions bot closed this Aug 9, 2020
@github-actions github-actions bot reopened this Aug 9, 2020
@github-actions github-actions bot closed this Aug 22, 2020
@github-actions github-actions bot reopened this Aug 22, 2020
@github-actions github-actions bot closed this Aug 27, 2020
@github-actions github-actions bot reopened this Aug 27, 2020
@github-actions github-actions bot closed this Sep 9, 2020
@github-actions github-actions bot reopened this Sep 9, 2020
@github-actions github-actions bot closed this Sep 9, 2020
@github-actions github-actions bot reopened this Sep 9, 2020
@github-actions github-actions bot force-pushed the release-v16.1.0 branch 3 times, most recently from ef5495f to e17574e Compare September 21, 2020 05:39
@github-actions github-actions bot force-pushed the release-v16.1.0 branch 3 times, most recently from 9207578 to 5c6805f Compare October 16, 2020 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants