Releases: mnater/Hyphenopoly
Releases · mnater/Hyphenopoly
Version 3.1.2 (2019-07-24)
Version 3.1.2 (2019-07-24)
Fixed
- Fixed "Critical dependency: the request of a dependency is an expression" in webpack (issue#70)
- bump devDependencies
Version 3.1.1 (2019-06-28)
Version 3.1.1 (2019-06-28)
Fixed
- bump devDependencies
Changed
- doc: uild github page from docs folder
- tools: move eslint config from package.json to .eslintrc
- tools: remove manual replacement of mutable globals when compiling to wasm
Version 3.1.0
Version 3.1.0 (2019-05-28)
Fixed
- Correctly reject hyphenator promises (fix issue#77)
- performance: reduce file size of Hyphenopoly_Loader.js
- update devDependencies
Added
- feature: get maindir and patterndir from currentScript
Version 3.0.2
Version 3.0.2 (2019-04-28)
Security
- refactor(Loader): don't use innerHTML
Fixed
- performance: slightly improved hyphenEngine
- bump devDependencies
Version 3.0.1
Version 3.0.1 (2019-04-04)
Changed
- Improve the way how
registerOnCopy
builds a closure. This prevents a memory leak. - Removed "use strict" from RunKit example.
- Adapt the initial sizes of wasm-memory in some special cases
Version 3.0.0
Version 3.0.0 (2019-03-29)
Changed
- BREAKING CHANGE: implement new hyphenation pattern binary (.hpb) format (issue #61)
- update patterns to new format and include left-/rightmin according to source
- update hyphenEngine.asm/.wasm to consume new pattern format
- implement .hpb-version-check in Hyphenopoly.js and hyphenopoly.module.js
- fix issue #65
Added
- feat: tearDown event (issue #67)
- feat: loadError event (issue #59)
- feat: hyphenopoly.module is now browserifyable. Added new config option "loader"
Removed
- BREAKING CHANGE: remove
Hyphenopoly.setup.classnames
– use selectors instead