Releases: jolicode/JoliTypo
Releases · jolicode/JoliTypo
v1.4.0
What's Changed
- Some maintenance work by @lyrixx in #77
- Let assertEquals be strict for assertSame by @peter279k in #79
- fix: fixed extending final class (DomException) by @AmraniCh in #81
- Switch to more semantic exception classes by @AmraniCh in #82
- Prepare 1.4.0 release by @lyrixx in #83
New Contributors
- @peter279k made their first contribution in #79
- @AmraniCh made their first contribution in #81
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Add a support for PHAR building by @lyrixx in #64
- Fix typo in changelog by @j0k3r in #66
- Add link to demo website by @MarionLeHerisson in #67
- Add accessibility warning by @MarionLeHerisson in #68
- Fix link to demo by @alexislefebvre in #73
- Fix deprecation by @lyrixx in #72
- Drop support for PHP < 7.4 by @lyrixx in #74
- Update php-cs-fixer and its config and fix the codebase by @lyrixx in #71
- GitHub Action: Add support for creating release with GA + upload PHAR into it by @lyrixx in #76
New Contributors
- @j0k3r made their first contribution in #66
- @alexislefebvre made their first contribution in #73
Full Changelog: 1.2.0...v1.3.0
1.2.0
1.1.0
Prepare release 1.1.0
1.0.3
1.0.2
1.0.1
1.0! With SmartQuote for all languages and Numeric Unit fixer!
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) ⚠️ replaceEnglishQuotes
,FrenchQuotes
,GermanQuotes
by the newSmartQuotes
! A BC layer is provided. Fix #10
0.2.0
- 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
- 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