File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
Syllable
2
2
========
3
- Version 1.5.5
3
+ Version 1.6
4
4
5
5
[ ![ Tests] ( https://github.com/vanderlee/phpSyllable/actions/workflows/tests.yml/badge.svg )] ( https://github.com/vanderlee/phpSyllable/actions/workflows/tests.yml )
6
6
@@ -301,6 +301,28 @@ to execute the tests.
301
301
302
302
Changes
303
303
-------
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
+
304
326
1.5.5
305
327
- Automatic update of 74 languages
306
328
You can’t perform that action at this time.
0 commit comments