Skip to content

Releases: jolicode/JoliTypo

0.1.3

15 Nov 20:37
Compare
Choose a tag to compare
  • test on PHP 5.5 ok
  • better error messages
  • fix edge case when the opening quote in right after an (
  • regexp was capturing UTF8 sequence, some octects were eaten in some cases. Added the "u" modifier to disable this feature from the preg_replace function

0.1.2

10 Sep 14:29
Compare
Choose a tag to compare
  • Fix Org_Heigl_Hyphenator version to >= v2.0.3 (issue with spaces in the previous ones)

0.1.1

06 Sep 10:09
Compare
Choose a tag to compare
  • Fix double quote mess on complex DOM, the sibling fixer was runned after the simple regexp,
    so his own regexp were useless
  • fixViaState only replace the first matching occurrence, fix issue on multi-lines DOMText
  • Add GermanQuotes fixer

Initial release

29 Aug 20:04
Compare
Choose a tag to compare

Here we go, JoliTypo is running in production in both English and French language.

This is the first release, I plan some minor fixes but the API will not move anymore.