Skip to content

Commit 47936d9

Browse files
authored
Merge pull request #66 from alexander-nitsche/release-1-6
Release 1.6
2 parents 275df07 + b76138b commit 47936d9

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Syllable
22
========
3-
Version 1.5.5
3+
Version 1.6
44

55
[![Tests](https://github.com/vanderlee/phpSyllable/actions/workflows/tests.yml/badge.svg)](https://github.com/vanderlee/phpSyllable/actions/workflows/tests.yml)
66

@@ -301,6 +301,28 @@ to execute the tests.
301301

302302
Changes
303303
-------
304+
1.6
305+
- Revert renaming of API method names
306+
- Use cache version as string instead of number
307+
- Cover caching with tests
308+
- Reduce the PHP test matrix to the latest versions of PHP 5, 7 and 8
309+
- Check via GitHub Action if the API documentation is up-to-date
310+
- Update API reference
311+
- Fix API documentation of an array as parameter default value
312+
- Satisfy StyleCI
313+
- Commit changed files of entire working tree in build context
314+
- Support for generation of API documentation in README.md
315+
- Add words with reduced hyphenation to collection from PR #26
316+
- Satisfy StyleCI
317+
- Add test for collection of words with reduced hyphenation
318+
- Refactor splitWord(), splitWords() and splitText() of Syllable class
319+
- Remove @covers annotation in tests
320+
- Added splitWords and various code quality improvements
321+
- Update the README.md copyright claim on release
322+
- Skip GitHub Action scheduler in forks and run tests only in PR context
323+
- Allow GitHub Action "Update languages" workflow to bypass reviews
324+
- Use German orthography from 2006 as standard orthography
325+
304326
1.5.5
305327
- Automatic update of 74 languages
306328

0 commit comments

Comments
 (0)