Skip to content

Releases: jolicode/JoliTypo

v1.4.0

22 Dec 08:32
d85b107
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

30 May 14:37
ab79a6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...v1.3.0

1.2.0

30 Aug 10:14
f9fb293
Compare
Choose a tag to compare
  • Switch from Travis to GitHub Action
  • Bump org_heigl/hyphenator to 2.6.1
  • Drop support for PHP < 7.2

1.1.0

19 Apr 21:29
Compare
Choose a tag to compare
Prepare release 1.1.0

1.0.3

04 Sep 13:44
b28790e
Compare
Choose a tag to compare
  • add built-in support for Symfony and Twig

1.0.2

02 Apr 17:22
Compare
Choose a tag to compare
  • fix PHP CS Fixer configuration and version
  • fix #30 deprecate the PHP 7 reserved word Numeric class in favor of Unit

1.0.1

25 May 22:31
Compare
Choose a tag to compare
  • fix #28, NoSpaceBeforeComma should not change spaces inside digits
  • require phpunit in dev to run the tests

1.0! With SmartQuote for all languages and Numeric Unit fixer!

13 Dec 18:57
Compare
Choose a tag to compare

JoliTypo 1.0 is here. The last really important issues are fixed and the overall quality is improved.

  • add Numeric fixer, adding NoBreakSpace between numeric and their units, fix #15
  • PSR2 and Symfony coding standard applied everywhere #22
  • add fixString method to bypass the DomDocument parsing and directly run the fixers on a string, fix #18
  • better handling of common spaces in texts to fix (do not use \s anymore)
  • ⚠️ replace EnglishQuotes, FrenchQuotes, GermanQuotes by the new SmartQuotes! A BC layer is provided. Fix #10

0.2.0

13 Jul 15:07
Compare
Choose a tag to compare
  • new NoSpaceBeforeComma fixer, cleaning badly placed spaces close to commas thx to @clairecoloma - #13
  • add NoBreakSpace inside french quotes automatically - #16 #17

0.1.4

17 Jun 13:09
Compare
Choose a tag to compare
  • add HHVM tests on travis
  • add libxml to composer requirements
  • set APC 3.1.11 as conflict (https://bugs.php.net/bug.php?id=62190)
  • do not process empty contents
  • apply mb_convert_encoding($content, 'HTML-ENTITIES', $encoding) on all contents to fix encoding
  • workaround for old (2.6.32) libxml versions (#7)
  • better Org_Heigl_Hyphenator version requirement