Releases: heiglandreas/Org_Heigl_Hyphenator
Releases · heiglandreas/Org_Heigl_Hyphenator
v3.1.0
What's Changed
- Some updates by @heiglandreas in #60
- Add missing patterns to docs by @heiglandreas in #61
- Remove pear-installation instructions. by @heiglandreas in #62
- Add TestFile for user-requests by @heiglandreas in #63
- Add test with service provider by @heiglandreas in #65
- Add a .gitattributes file to trim down the generated archive by @stof in #66
New Contributors
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #57
- Add return types to iterator-implementations by @heiglandreas in #59
Full Changelog: v2.6.1...v3.0.0
v2.6.1
Removes a duplicate file that caused havoc on case-insensitive filesystems
v2.6.0
- Allow easy usage of own pattern-files
- Fix a bug with upper-case letters in patterns
v2.5.0
- Add hyphenation files for these new languages:
- Bulgarian
- Catalan
- German for any country
- Greek
- Latvian
- Portuguese for Portugal
- Swedish
- Telugu for India
- Ukranian
- Most of the existing hyphenatrions have been updated to a newer
version of the hyphenation files - A script to update the hyphenation files more easily was added
v2.4.0
- Include Spanish hyphenation files
- Update min-requirements to PHP7.2
- Include tests for PHP7.4
- Update CI-Pipeline
- Move from branch "master" to "main"
v2.3.2
Fixes an issue where Empty Tokens are created as WordTokens. That only impacted when your code depends on counting the Registries content as then under certain circumstances the wrong number of Tokens might have been counted
v2.3.1
This release adds greek hyphenation
v2.3.0
This release
- removes support for PHP 5.x. That does not mean that the library doesn't work on earlier PHP-Versions but we don't support any issues occuring there.
- cleans up the internal structure to comply with PSR-2 and to make the API easier to maintain.
v2.2.0
Adds an XML-Tokenizer to allow passing XML (or HTML) to the hyphenator.