Releases: mnater/Hyphenopoly
Releases · mnater/Hyphenopoly
Version 5.0.0-beta-2 (2021-11-03)
Version 5.0.0-beta-2 (2021-11-03)
Breaking changes
- Changed API for embedding Hyphenopoly in webpages.
Doc
- Added documentation for Hyphenopoly.config()
Fixed
- Cloning of modules for fallbacks not necessary any more
- Cleaning up code
- bump devDependencies
Version 5.0.0-beta-1 (2021-09-13)
Breaking changes
- The wasm modules internally use a succint trie data structure, memory layout has changed
- Drop support for outdated (eol) node versions. Hyphenopoly.module now requires node >= 12
Version 4.12.0 (2021-07-21)
Version 4.11.0 (2021-03-07)
Version 4.10.0 (2021-01-05)
Version 4.9.0 (2020-12-01)
Version 4.8.1 (2020-11-05)
Version 4.8.1 (2020-11-05)
Fixed
- Don't hyphenate words with (non-normalized) COMBINING ACCENTS (#147)
- bump devDependencies
Changed
- use TextDecoder instead of StringDecoder
Doc
- Update the webpack example for webpack 5.4.0
Version 4.8.0 (2020-10-09)
Version 4.8.0 (2020-10-09)
Fixed
- bump dependencies in Webpack example
- bump devDependencies
Changed
- linked list based pattern trie needs much less memory
Version 4.7.0 (2020-08-05)
Version 4.7.0 (2020-08-05)
Fixed
- retrieving maindir now works correctly if the filename is mangled (#135)
- bump devDependencies
Changed
- use nb instead of nb-no, equivalent to nn
- remove some rare/ancient languages (cop, mul-ethi, grc, la-x-liturgic)
- tooling now supports extraction of patterns from .tex files (#138)