Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

4.3.0

Compare
Choose a tag to compare
@mnater mnater released this 18 Mar 13:48
· 231 commits to master since this release

This minor release brings the following changes:

  • added support for Serbian Cyrillic (thanks to Milan Gurjanov)
  • jsdoc3 formatted code comments in the source file
  • the core functions are slightly faster (specially in chrome: removed some deopts)
  • better performance when checking for CSS3 hyphens support
  • new method for hyphenating URL-styled text (fixed issue188 and issue198)
  • prevention of a memory leak in some rare cases (fixed issue192)
  • Hyphenator. emits a warning to the console, when it is invoked twice (see documentation)
  • Code refactoring for better readability
    And some bugfixes:
  • fixed an issue with Hyphenator.js running in private mode (fixed issue108)
  • fixed an issue with the Bookmarklet (fixed issue185)
  • fixed an issue with ommited tags (fixed issue194)
  • workaround for a bug in Konqueror 4.8.4 (fixed issue202)