Highlights
We fixed a bug where capture
would sometimes return nil
. You should be able to expect capture
to always return a string, even if that strings may be empty and/or frozen.
We also updated Phlex to 2.2.1
.
PRs
- Fix a bug where
capture
could returnnil
when nothing was captured by @willcosgrove in #285
Full Changelog: 2.1.3...2.2.0