-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: gruhn/regex-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gruhn/regex-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 17 files changed
- 1 contributor
Commits on Jul 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2f458ee - Browse repository at this point
Copy the full SHA 2f458eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a6ef5 - Browse repository at this point
Copy the full SHA 14a6ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f5d69 - Browse repository at this point
Copy the full SHA 25f5d69View commit details -
fix(ast): postfix operator of epsilon
When a postfix operator (e.g. `?`, `*`, `+`, ...) is applied to epsilon (aka. the empty string) then we should not render the operator. Otherwise we can create invalid expressions. For example, - /aε*/ would become /a*/ which changes the meaning of the expression. - /ε*/ would become /*/ which is not a valid expression at all and throws an error on construction.
Configuration menu - View commit details
-
Copy full SHA for 2ce7b0e - Browse repository at this point
Copy the full SHA 2ce7b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 541b579 - Browse repository at this point
Copy the full SHA 541b579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0918203 - Browse repository at this point
Copy the full SHA 0918203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b31c4 - Browse repository at this point
Copy the full SHA 80b31c4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.0...v2.6.1