Releases: kudashevs/rake-php
Releases · kudashevs/rake-php
2.4.0
- Add a Normalizer abstraction (with
WordsNormalizer
,ExclusionsNormalizer
,InclusionsNormalizer
) - Add a possibility to use simple regexes with exclude/include options (closes #8)
- Update README.md
- Some improvement
Full Changelog: v2.3.0...v2.4.0
2.3.0
- Add the priority to exclusions over inclusions
- Update README.md
- Some improvement
Full Changelog: v2.2.1...v2.3.0
2.2.1
- Fix a bug related to the option values check
- Update README.md
- Some improvements
Full Changelog: v2.2.0...v2.2.1
2.2.0
- Add a Sorter abstraction (with
ScoreSorter
,WordSorter
) - Update README.md
- Some improvements
Full Changelog: v2.1.0...v2.2.0
2.1.0
- Increase the minimum PHPUnit version to 10.1
- Add a case-sensitive exclusion (closes #6)
- Add a Stoplist abstraction (with
SmartStoplist
) - Add a Modifier abstraction (with
NumericModifier
,PossessionModifier
) - Remove the WrongStoplistSource exception
- Fix CHANGELOG.md
- Update README.md
- Some improvements
Full Changelog: v2.0.0...v2.1.0
2.0.0
- Increase the minimum supported PHP version to 8.1
- Add new
extractWords
andextractScores
public methods - Add options, including
stoplist
,exclude
,include
(#1, #2, #4) - Add options validation
- Remove a ported version
- Update README.md
- Some improvements (including #3)
Note: from now, the Rake
class accepts an array of options.