34 lines
523 B
Markdown
34 lines
523 B
Markdown
# Changelog
|
|
|
|
All Notable changes to `regex` will be documented in this file
|
|
|
|
## 1.4.2 - 2020-11-04
|
|
|
|
- add support for PHP 8.0
|
|
- drop anything below PHP 7.3
|
|
|
|
## 1.4.1 - 2019-06-19
|
|
|
|
- fix for #37
|
|
|
|
## 1.3.2 - 2018-10-29
|
|
|
|
- fix determining the last preg error
|
|
|
|
## 1.3.1 - 2018-10-18
|
|
|
|
- fix for PHP 7.3
|
|
|
|
## 1.3.0 - 2018-05-24
|
|
- Treat named groups the same way as regular groups
|
|
|
|
## 1.2.0 - 2017-09-04
|
|
- Added `resultOr` and `groupOr` methods
|
|
|
|
## 1.1.0 - 2016-09-15
|
|
- Added `namedGroup`
|
|
|
|
## 1.0.0 - 2016-08-18
|
|
|
|
- Initial release
|