From 1d44f9daba183a4a2230f359a166d0089da1bb72 Mon Sep 17 00:00:00 2001 From: mnater Date: Sun, 2 Dec 2018 00:17:02 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 6 ++++++ Hyphenopoly.js | 2 +- Hyphenopoly_Loader.js | 2 +- hyphenEngine.asm.js | 2 +- hyphenopoly.module.js | 2 +- package.json | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69d821f..6b66da41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Version History +## Version 2.6.0 (Dec 01, 2018) +* improve hiding of elements while hyphenating (issue #40) +* fix several issues with lang-fallbacks (issue #41 and #44) +* new feature: use selectors instead of classnames (issue #42) +* updated german patterns (issue #45) + ## Version 2.5.1 (Nov 04, 2018) * remove "Church Slavonic" patterns (see #38) * fix issue #39 diff --git a/Hyphenopoly.js b/Hyphenopoly.js index 202bef83..446b63a1 100644 --- a/Hyphenopoly.js +++ b/Hyphenopoly.js @@ -1,5 +1,5 @@ /** - * @license Hyphenopoly 2.6.0-devel - client side hyphenation for webbrowsers + * @license Hyphenopoly 2.7.0-devel - client side hyphenation for webbrowsers * ©2018 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/Hyphenopoly_Loader.js b/Hyphenopoly_Loader.js index 48d1cbba..e369f6cc 100644 --- a/Hyphenopoly_Loader.js +++ b/Hyphenopoly_Loader.js @@ -1,5 +1,5 @@ /** - * @license Hyphenopoly_Loader 2.6.0-devel - client side hyphenation + * @license Hyphenopoly_Loader 2.7.0-devel - client side hyphenation * ©2018 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/hyphenEngine.asm.js b/hyphenEngine.asm.js index aa6cf3f9..d1b7aa54 100644 --- a/hyphenEngine.asm.js +++ b/hyphenEngine.asm.js @@ -1,5 +1,5 @@ /** - * @license hyphenEngine.asm.js 2.6.0-devel - client side hyphenation for webbrowsers + * @license hyphenEngine.asm.js 2.7.0-devel - client side hyphenation for webbrowsers * ©2018 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/hyphenopoly.module.js b/hyphenopoly.module.js index c710810c..06007f85 100644 --- a/hyphenopoly.module.js +++ b/hyphenopoly.module.js @@ -1,5 +1,5 @@ /** - * @license Hyphenopoly.module.js 2.6.0-devel - hyphenation for node + * @license Hyphenopoly.module.js 2.7.0-devel - hyphenation for node * ©2018 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/package.json b/package.json index 4f5aaf8e..d80695b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyphenopoly", - "version": "2.6.0-devel", + "version": "2.7.0-devel", "description": "Hyphenation for node and Polyfill for client-side hyphenation.", "keywords": [ "hyphenation",