Skip to content

feat(regex): add global and multiline flags #12

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

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

jacob-alford
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.37%. Comparing base (4d37c78) to head (12ae5ea).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   99.36%   99.37%           
=======================================
  Files          20       20           
  Lines         314      318    +4     
  Branches       41       45    +4     
=======================================
+ Hits          312      316    +4     
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 112 to +114
caseInsensitive = false,
global = false,
multiline = false,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably be an object, but in the interest of not requiring a major version bump this is fine

@skeate skeate merged commit 649a47c into skeate:main Apr 2, 2024
Copy link

github-actions bot commented Apr 2, 2024

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants