Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1.09 KB

Release notes

  • Minimal PHP version is now php8.0
  • Support for Laravel 9
  • Update dependencies
  • Update Dockerfile to use php@8.0
  • Support for Laravel 8
  • Drop support of php7.2
  • Require phpunit >= 9
  • Support for Laravel 7
  • Support for Laravel 6
  • Upgrade dependencies
  • Update description
  • Bump a major version to be able to use v2 branch with Laravel 5

Added

  • Added Package Discovery support
  • Added configuration file transliterate.php
  • Added ability to define custom transliteration maps
  • Added ability to define transformers
  • Added optional removing accents using ICU
  • Added tests

Removed

  • Removed all default text transformations
  • Removed config option from Transliteration::make