Skip to content

Releases: kudashevs/rake-php

2.4.0

03 Feb 13:02
Compare
Choose a tag to compare
  • 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

02 Feb 08:51
Compare
Choose a tag to compare
  • Add the priority to exclusions over inclusions
  • Update README.md
  • Some improvement

Full Changelog: v2.2.1...v2.3.0

2.2.1

28 Jan 08:33
Compare
Choose a tag to compare
  • 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

23 Jan 11:07
Compare
Choose a tag to compare
  • Add a Sorter abstraction (with ScoreSorter, WordSorter)
  • Update README.md
  • Some improvements

Full Changelog: v2.1.0...v2.2.0

2.1.0

18 Jan 15:58
Compare
Choose a tag to compare
  • 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

22 Dec 12:31
Compare
Choose a tag to compare
  • Increase the minimum supported PHP version to 8.1
  • Add new extractWords and extractScores 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.

1.0.0

20 Dec 18:42
Compare
Choose a tag to compare
  • Initial release