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

Provide ability to search using regular expressions in addition to substitutions #39

Merged
merged 4 commits into from
Aug 3, 2023

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    a0481b7 View commit details
    Browse the repository at this point in the history
  2. Adds regular expression searching ability.

    - Search strings are treated as regular expressions after the initial substitution
    coordt committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0210d74 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Added configuration and command-line no_regex option

    - Global and individual file configurations available for `no_regex`
    - Command-line flag `--no-regex` flag added for `bump` and `replace` sub-commands
    coordt committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    a295a32 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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