Releases: mnater/Hyphenopoly
Releases · mnater/Hyphenopoly
Version 4.4.0 (2020-05-14)
Version 4.4.0 (2020-05-04)
Changed
- convert objects to maps (no API changes)
Fixed
- bumb devDependencies
- simplify webpack example
Version 4.3.0 (2020-04-17)
Version 4.3.0 (2020-04-17)
Fixed
- Hyphenators handle subtags with different lang consistently (issue #108)
- Better word matching RegEx (issue #109)
- Emit multiple errors (instead of just one) (issue #112)
- bump DevDependencies
Added
- API to define character substitutions: https://mnater.github.io/Hyphenopoly/Setup.html#substitute (issue #109)
Changed
- Words with foreign characters are not hyphenated anymore (issue #109)
Version 4.2.1 (2020-03-31)
Version 4.2.1 (2020-03-31)
Fixed
- Enhance documentation (serve minified hyphenopoly in https://mnater.github.io/Hyphenopoly/min/ and move examples to examples directory) (issue #104)
- exclude .DS_Store from npm package
- bumpDevDependencies
Version 4.2.0 (2020-03-27)
Version 4.1.0 (2020-02-20)
Version 4.1.0 (2020-02-20)
Changed
- Hyphenopoly.unhyphenate now returns
elements
: doc - \w is no longer part of the regex that finds words -> only words with characters from the alphabet (defined by patterns in the wasm module) are hyphenated
- remove -moz- prefix when feature testing for native CSS hyphens support
- disallow some characters for
hyphen
doc
Fixed
- fix decode polyfill for Edge
- fix ability to set paths
- ensure wasm loads only once with fallbacks
- fix issue with hyphenation depending on media queries
Version 4.0.0 (2020-02-02)
Version 4.0.0 (2020-02-02)
With this major update Hyphenopoly NO LONGER SUPPORTS InternetExplorer.
This step allows the usage of modern JavaScript features which leads to smaller filesizes and thus better performance.
Changed
- No fallback to asm.js
- hyphenEngine and patterns in one file per language
- Promise based events
- Usage of modern ES2016 features
Version 3.4.0 (2019-12-26)
Version 3.4.0 (2019-12-26)
Added
- Option to disable mixed cased words (issue #91)
Fixed
- Refactor encloseHyphenateFunction and enclHyphenate
- bump devDependencies
Version 3.3.0 (2019-10-14)
Version 3.2.1 (2019-08-29)
Bugfix release with no changes
Version 3.2.0 (2019-08-29)
Version 3.2.0 (2019-08-29)
Fixed
- Fixed issue with SSL Certificates and FireFox 60.x ESR (issue#85)
- Fixed "a potential security vulnerability" in github-pages dependencies
- Fixed issue with Firefox 68, where feature detection in Hyphenopoly_Loader fails
- bump devDependencies
Changed
- OnCopy-eventHandler now also includes content with type "text/html" (besides "text/plain") (issue#87)