-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/support-for-laravel-8'
- Loading branch information
Showing
11 changed files
with
3,240 additions
and
1,179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
## Release notes | ||
|
||
## [v2.0.0](https://github.com/elforastero/transliterate/releases/tag/2.0.0) | ||
## [v5.0.0](https://github.com/elforastero/transliterate/releases/tag/v5.0.0) | ||
- Support for Laravel 8 | ||
- Drop support of php7.2 | ||
- Require phpunit >= 9 | ||
|
||
## Added | ||
## [v4.0.0](https://github.com/elforastero/transliterate/releases/tag/v4.0.0) | ||
- Support for Laravel 7 | ||
|
||
## [v3.0.0](https://github.com/elforastero/transliterate/releases/tag/v3.0.0) | ||
- Support for Laravel 6 | ||
- Upgrade dependencies | ||
- Update description | ||
- Bump a major version to be able to use v2 branch with Laravel 5 | ||
|
||
## [v2.0.0](https://github.com/elforastero/transliterate/releases/tag/v2.0.0) | ||
|
||
### 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 | ||
- Removed all default text transformations | ||
- Removed config option from Transliteration::make | ||
- Removed config option from Transliteration::make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.