Skip to content

Releases: kudashevs/rake-php

v3.0.0

Choose a tag to compare

@kudashevs kudashevs released this 30 Apr 13:42
  • Increase the minimum PHP version to 8.2
  • Increase the minimum PHPUnit version to 11.0
  • Add support for PHP 8.5
  • Add PHPStan static analysis
  • Update README.md
  • Some improvements

Full Changelog: v2.4.0...v3.0.0

2.4.0

Choose a tag to compare

@kudashevs kudashevs released this 03 Feb 13:02
  • 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

Choose a tag to compare

@kudashevs kudashevs released this 02 Feb 08:51
  • Add the priority to exclusions over inclusions
  • Update README.md
  • Some improvement

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

2.2.1

Choose a tag to compare

@kudashevs kudashevs released this 28 Jan 08:33
  • 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

Choose a tag to compare

@kudashevs kudashevs released this 23 Jan 11:07
  • Add a Sorter abstraction (with ScoreSorter, WordSorter)
  • Update README.md
  • Some improvements

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

2.1.0

Choose a tag to compare

@kudashevs kudashevs released this 18 Jan 15:58
  • 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

Choose a tag to compare

@kudashevs kudashevs released this 22 Dec 12:31
  • 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

Choose a tag to compare

@kudashevs kudashevs released this 20 Dec 18:42
  • Initial release