hyphenatorx 1.1.3 hyphenatorx: ^1.1.3 copied to clipboard
Implementation of an hyphenation algorithm, based on TeX definitions.
1.0.0 #
- Initial clone, adjustments for Dart 3.
1.0.1 #
- pub.dev analysis trouble.
1.1.0 #
- Synchronous and asynchronous loading of language data.
1.1.1 #
- Added cache for hypenated and non-hyphenated words.
- Added live demo.
1.1.2 #
- Bugfix concerning caching of hyphenation-as-lists function.
1.1.3 #
- Improved performance of method
hyphenate( )
by ~15 % for non-cached invocations.