Skip to content

Commit

Permalink
Prepare release 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Jul 20, 2021
1 parent 62cfaf2 commit 47e070a
Show file tree
Hide file tree
Showing 79 changed files with 617 additions and 315 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version History

## Version 4.12.0 (2021-07-21)
### Fixed
* Fixed memory access out of bounds (#165)
* Fixed Module aborting with SIGBUS error (#169)
* bump devDependencies

## Version 4.11.0 (2021-03-07)
### Fixed
* Fixed too long word error not stopping hyphenation in module (7373d9d80c6b632d46194f99d6778cbb04f260e1)
Expand Down
2 changes: 1 addition & 1 deletion Hyphenopoly.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Hyphenopoly 4.11.0 - client side hyphenation for webbrowsers
* @license Hyphenopoly 4.12.0 - client side hyphenation for webbrowsers
* ©2021 Mathias Nater, Güttingen (mathiasnater at gmail dot com)
* https://github.com/mnater/Hyphenopoly
*
Expand Down
2 changes: 1 addition & 1 deletion Hyphenopoly_Loader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Hyphenopoly_Loader 4.11.0 - client side hyphenation
* @license Hyphenopoly_Loader 4.12.0 - client side hyphenation
* ©2021 Mathias Nater, Güttingen (mathiasnater at gmail dot com)
* https://github.com/mnater/Hyphenopoly
*
Expand Down
41 changes: 23 additions & 18 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.6)
activesupport (6.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
coffee-script (2.4.1)
coffee-script-source
Expand All @@ -16,26 +16,34 @@ GEM
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.8)
dnsruby (1.61.5)
concurrent-ruby (1.1.9)
dnsruby (1.61.7)
simpleidn (~> 0.1)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.13.0)
ethon (0.14.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (1.4.1)
execjs (2.8.1)
faraday (1.5.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
ffi (1.15.3)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (214)
Expand Down Expand Up @@ -215,26 +223,24 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.14.4)
multipart-post (2.1.1)
nokogiri (1.11.5-x86_64-darwin)
nokogiri (1.11.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.5-x86_64-linux)
racc (~> 1.4)
octokit (4.20.0)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
ruby-enum (0.9.0)
i18n
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -262,11 +268,10 @@ GEM

PLATFORMS
x86_64-darwin-18
x86_64-linux

DEPENDENCIES
github-pages (~> 214)
webrick (~> 1.7)

BUNDLED WITH
2.2.16
2.2.22
2 changes: 1 addition & 1 deletion docs/min/Hyphenopoly.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/min/Hyphenopoly_Loader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/min/patterns/af.wasm
Binary file not shown.
Binary file modified docs/min/patterns/as.wasm
Binary file not shown.
Binary file modified docs/min/patterns/be.wasm
Binary file not shown.
Binary file modified docs/min/patterns/bg.wasm
Binary file not shown.
Binary file modified docs/min/patterns/bn.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ca.wasm
Binary file not shown.
Binary file modified docs/min/patterns/cs.wasm
Binary file not shown.
Binary file modified docs/min/patterns/cy.wasm
Binary file not shown.
Binary file modified docs/min/patterns/da.wasm
Binary file not shown.
Binary file modified docs/min/patterns/de.wasm
Binary file not shown.
Binary file modified docs/min/patterns/el-monoton.wasm
Binary file not shown.
Binary file modified docs/min/patterns/el-polyton.wasm
Binary file not shown.
Binary file modified docs/min/patterns/en-gb.wasm
Binary file not shown.
Binary file modified docs/min/patterns/en-us.wasm
Binary file not shown.
Binary file modified docs/min/patterns/eo.wasm
Binary file not shown.
Binary file modified docs/min/patterns/es.wasm
Binary file not shown.
Binary file modified docs/min/patterns/et.wasm
Binary file not shown.
Binary file modified docs/min/patterns/eu.wasm
Binary file not shown.
Binary file modified docs/min/patterns/fi.wasm
Binary file not shown.
Binary file modified docs/min/patterns/fr.wasm
Binary file not shown.
Binary file modified docs/min/patterns/fur.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ga.wasm
Binary file not shown.
Binary file modified docs/min/patterns/gl.wasm
Binary file not shown.
Binary file modified docs/min/patterns/gu.wasm
Binary file not shown.
Binary file modified docs/min/patterns/hi.wasm
Binary file not shown.
Binary file modified docs/min/patterns/hr.wasm
Binary file not shown.
Binary file modified docs/min/patterns/hsb.wasm
Binary file not shown.
Binary file modified docs/min/patterns/hu.wasm
Binary file not shown.
Binary file modified docs/min/patterns/hy.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ia.wasm
Binary file not shown.
Binary file modified docs/min/patterns/id.wasm
Binary file not shown.
Binary file modified docs/min/patterns/is.wasm
Binary file not shown.
Binary file modified docs/min/patterns/it.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ka.wasm
Binary file not shown.
Binary file modified docs/min/patterns/kmr.wasm
Binary file not shown.
Binary file modified docs/min/patterns/kn.wasm
Binary file not shown.
Binary file modified docs/min/patterns/la.wasm
Binary file not shown.
Binary file modified docs/min/patterns/lt.wasm
Binary file not shown.
Binary file modified docs/min/patterns/lv.wasm
Binary file not shown.
Binary file modified docs/min/patterns/mk.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ml.wasm
Binary file not shown.
Binary file modified docs/min/patterns/mn-cyrl.wasm
Binary file not shown.
Binary file modified docs/min/patterns/mr.wasm
Binary file not shown.
Binary file modified docs/min/patterns/nb.wasm
Binary file not shown.
Binary file modified docs/min/patterns/nl.wasm
Binary file not shown.
Binary file modified docs/min/patterns/nn.wasm
Binary file not shown.
Binary file modified docs/min/patterns/no.wasm
Binary file not shown.
Binary file modified docs/min/patterns/oc.wasm
Binary file not shown.
Binary file modified docs/min/patterns/or.wasm
Binary file not shown.
Binary file modified docs/min/patterns/pa.wasm
Binary file not shown.
Binary file modified docs/min/patterns/pl.wasm
Binary file not shown.
Binary file modified docs/min/patterns/pms.wasm
Binary file not shown.
Binary file modified docs/min/patterns/pt.wasm
Binary file not shown.
Binary file modified docs/min/patterns/rm.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ro.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ru.wasm
Binary file not shown.
Binary file modified docs/min/patterns/sh-cyrl.wasm
Binary file not shown.
Binary file modified docs/min/patterns/sh-latn.wasm
Binary file not shown.
Binary file modified docs/min/patterns/sk.wasm
Binary file not shown.
Binary file modified docs/min/patterns/sl.wasm
Binary file not shown.
Binary file modified docs/min/patterns/sr-cyrl.wasm
Binary file not shown.
Binary file modified docs/min/patterns/sv.wasm
Binary file not shown.
Binary file modified docs/min/patterns/ta.wasm
Binary file not shown.
Binary file modified docs/min/patterns/te.wasm
Binary file not shown.
Binary file modified docs/min/patterns/th.wasm
Binary file not shown.
Binary file modified docs/min/patterns/tk.wasm
Binary file not shown.
Binary file modified docs/min/patterns/tr.wasm
Binary file not shown.
Binary file modified docs/min/patterns/uk.wasm
Binary file not shown.
Binary file modified docs/min/patterns/zh-latn-pinyin.wasm
Binary file not shown.
7 changes: 6 additions & 1 deletion docs/min/testsuite/test13.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
};

function assert() {
var tests = 2;
var tests = 3;
var i = 1;
var test = "";
var ref = "";
Expand Down Expand Up @@ -86,10 +86,15 @@ <h1>Test 013</h1>
<p id="desc">Check exceptions</p>
<div id="result"></div>
<hr>
<h2>User defined</h2>
<p id="test1" class="test hyphenate" lang="en-us">FORTRAN, JavaScript, WebAssembly <span lang="de">(WebAssembly)</span></p>
<p id="ref1" class="ref" lang="en-us">FORTRAN, Java•Script, Web•As•sem•bly <span lang="de">(Web•Assembly)</span></p>
<p id="test2" class="test hyphenate2" lang="en-us">FORTRAN, JavaScript, WebAssembly <span lang="de">(WebAssembly)</span></p>
<p id="ref2" class="ref" lang="en-us">FORTRAN, Java&shy;Script, Web&shy;As&shy;sem&shy;bly <span lang="de">(Web&shy;Assembly)</span></p>
<h2>Pattern exceptions</h2>
<p id="test3" class="test hyphenate" lang="en-us">project, associate, reformation, tablespoon</p>
<p id="ref3" class="ref" lang="en-us">project, as•so•ciate, ref•or•ma•tion, ta•ble•spoon</span></p>

<hr>
<div><span class="test">Test</span> <span class="ref">Ref</span></div>

Expand Down
2 changes: 1 addition & 1 deletion hyphenopoly.module.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Hyphenopoly.module.js 4.11.0 - hyphenation for node
* @license Hyphenopoly.module.js 4.12.0 - hyphenation for node
* ©2021 Mathias Nater, Güttingen (mathiasnater at gmail dot com)
* https://github.com/mnater/Hyphenopoly
*
Expand Down
Loading

0 comments on commit 47e070a

Please sign in to comment.