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

Improve parser options #22

Merged
merged 5 commits into from
Oct 15, 2021
Merged

Improve parser options #22

merged 5 commits into from
Oct 15, 2021

Conversation

smoia
Copy link
Owner

@smoia smoia commented Oct 15, 2021

Closes #13 and closes #7

Proposed Changes

  • Divide parser into sections
  • Add "shortcut" options
  • Better handling types and other peculiarities.

Change Type

  • bugfix (+0.0.1)
  • minor (+0.1.0)
  • major (+1.0.0)
  • refactoring (no version update)
  • test (no version update)
  • infrastructure (no version update)
  • documentation (no version update)
  • other

Checklist before review

  • I added everything I wanted to add to this PR.
  • [Code or tests only] I wrote/updated the necessary docstrings.
  • [Code or tests only] I ran and passed tests locally.
  • [Documentation only] I built the docs locally.
  • My contribution is harmonious with the rest of the code: I'm not introducing repetitions.
  • My code respects the adopted style, especially linting conventions.
  • The title of this PR is explanatory on its own, enough to be understood as part of a changelog.
  • I added or indicated the right labels.
  • I added information regarding the timeline of completion for this PR.
  • Please, comment on my PR while it's a draft and give me feedback on the development!

@smoia smoia merged commit c64427a into master Oct 15, 2021
@smoia smoia deleted the enh/parser branch October 15, 2021 22:44
@smoia
Copy link
Owner Author

smoia commented Oct 15, 2021

🚀 PR was released in 0.2.0 🚀

@smoia smoia added the released label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Group parser options into sections Add parser options for specific methods or config file
1 participant