Skip to content

Commit

Permalink
Update ReadMe.md and ChangeLog.md for 0.41.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Aug 8, 2023
1 parent 35720a8 commit 6c4a64d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ T-Regx Changelog
Incoming
--------

* Soon

Added in 0.41.5
---------------

* Bug fixes
* Empty alteration previously always matched in-place, now empty alteration never matches.
* `Pattern::alteration([])` doesn't match anything
* `Pattern::template('@')->alteration([])` doesn't match anything
* `Pattern::builder('@')->alteration([])` doesn't match anything
* Corrected exception when `Pattern::builder()` was used with not enough bound figures.
* Empty alteration previously always matched in-place, now empty alteration never matches.
* `Pattern::alteration([])` doesn't match anything
* `Pattern::template('@')->alteration([])` doesn't match anything
* `Pattern::builder('@')->alteration([])` doesn't match anything
* Corrected exception when `Pattern::builder()` was used with not enough bound figures.
* Other
* Changed signature of `Pattern::of()`, so `$modifiers` argument default value is no longer
`null` but an empty string. It poses no difference in the behaviour of the method, but the
* Changed signature of `Pattern::of()`, so `$modifiers` argument default value is no longer
`null` but an empty string. It poses no difference in the behaviour of the method, but the
type of the argument is similifed from `null|string` to `string` in documentation tools.

Added in 0.41.4
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">
<a href="https://github.com/t-regx/T-Regx/actions/"><img src="https://github.com/t-regx/T-Regx/workflows/build/badge.svg" alt="Build status"/></a>
<a href="https://coveralls.io/github/t-regx/T-Regx"><img src="https://coveralls.io/repos/github/t-regx/T-Regx/badge.svg" alt="Unit tests"/></a>
<a href="https://github.com/t-regx/T-Regx/releases"><img src="https://img.shields.io/badge/latest-0.41.4-brightgreen.svg?style=popout" alt="latest: 0.41.4"/></a>
<a href="https://github.com/t-regx/T-Regx/releases"><img src="https://img.shields.io/badge/latest-0.41.5-brightgreen.svg?style=popout" alt="latest: 0.41.5"/></a>
<a href="https://github.com/t-regx/T-Regx"><img src="https://img.shields.io/badge/dependencies-0-brightgreen.svg" alt="dependencies: 0"/></a>
</p>

Expand All @@ -16,7 +16,7 @@ PHP regular expressions brought up to modern standards.

[![last commit](https://img.shields.io/github/last-commit/t-regx/T-Regx/develop.svg)](https://github.com/t-regx/T-Regx/commits/develop)
[![commit activity](https://img.shields.io/github/commit-activity/y/t-regx/T-Regx.svg)](https://github.com/t-regx/T-Regx)
[![Commits since](https://img.shields.io/github/commits-since/t-regx/T-Regx/0.41.4/develop.svg)](https://github.com/t-regx/T-Regx/compare/0.41.4...develop)
[![Commits since](https://img.shields.io/github/commits-since/t-regx/T-Regx/0.41.5/develop.svg)](https://github.com/t-regx/T-Regx/compare/0.41.5...develop)
[![Unit tests](https://img.shields.io/badge/Unit%20tests-3867-brightgreen.svg)](https://github.com/t-regx/T-Regx)
[![Unit tests](https://img.shields.io/badge/Assertions-6079-brightgreen.svg)](https://github.com/t-regx/T-Regx)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/t-regx/T-Regx.svg)](https://codeclimate.com/github/t-regx/T-Regx)
Expand Down

0 comments on commit 6c4a64d

Please sign in to comment.