Skip to content

Releases: heiglandreas/Org_Heigl_Hyphenator

v3.1.0

12 Feb 14:43
v3.1.0
a9b8d25
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @stof made their first contribution in #66

Full Changelog: v3.0.0...v3.1.0

v3.0.0

21 May 15:26
v3.0.0
d8bcb8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v3.0.0

v2.6.1

22 Dec 15:14
v2.6.1
9e21ebd
Compare
Choose a tag to compare

Removes a duplicate file that caused havoc on case-insensitive filesystems

v2.6.0

27 Jun 14:28
v2.6.0
ea34c3b
Compare
Choose a tag to compare
  • Allow easy usage of own pattern-files
  • Fix a bug with upper-case letters in patterns

v2.5.0

11 Jun 15:38
v2.5.0
42bab59
Compare
Choose a tag to compare
  • 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

11 Jun 12:59
v2.4.0
68489ee
Compare
Choose a tag to compare
  • 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

04 Jun 12:17
v2.3.2
1354e79
Compare
Choose a tag to compare

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

25 Apr 08:42
v2.3.1
3a0b61a
Compare
Choose a tag to compare

This release adds greek hyphenation

v2.3.0

09 Feb 17:39
v2.3.0
233a361
Compare
Choose a tag to compare

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

27 Jul 19:09
v2.2.0
Compare
Choose a tag to compare

Adds an XML-Tokenizer to allow passing XML (or HTML) to the hyphenator.