elm-cli-options-parser
elm-cli-options-parser copied to clipboard
Build type-safe command-line utilities in Elm!
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
``` elm-graphql http://localhost/graphql --output src/GraphQl --scalar-codecs src/ScalarCodecs ``` produces the following error: ``` `scalar-codecs` failed a validation. Must be of form /^[A-Z][A-Za-z_]*(\.[A-Z][A-Za-z_]*)*$/ ``` Could be improved with something like: ```...
This is, unfortunately, a breaking change. The reason to do it is that it would make the work on stateful scripts easier.
Beside some cleanup, there is actually an important (minor version bump) change in there: exposing a couple alias types that are used in annotations, so that they can be named...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...