Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pkgjs/parseargs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: pkgjs/parseargs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    8232d36 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. feat: Add strict mode to parser (#74)

    This PR introduces a strict mode parser config that is enabled by default.
    
    Errors on:
    - Unknown option encountered
    - Option of type:'string' used like a boolean option e.g. lone --string
    - Option of type:'boolean' used like a string option e.g. --boolean=foo
    aaronccasanova authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8267d02 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. chore(main): release 0.7.0 (#103)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    08c0648 View commit details
    Browse the repository at this point in the history
Loading