Releases: jolicode/JoliTypo
Releases · jolicode/JoliTypo
v1.6.0
What's Changed
- New README presentation by @damienalexandre in #115
- feat(demo): Improve the demo and remove it from the shipped code by @damienalexandre in #116
- fix(demo): Make the new default works with wasm.js + changelog by @damienalexandre in #117
- Remove usage of the deprecated HttpKernel base extension class by @xavierlacot in #119
- Maintenance commit by @lyrixx in #120
New Contributors
- @xavierlacot made their first contribution in #119
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Update demo link by @lyrixx in #85
- Update some GitHub Actions by @lyrixx in #86
- Upgrade the code base to support type declarations features (PHP 7.4 and prior) by @AmraniCh in #84
- Added support for PHP 8.2 by @lyrixx in #80
- Removed deprecated twig extension method (getName) by @AmraniCh in #89
- Change visibility of some Fixer properties into private by @AmraniCh in #90
- Added phpdoc internal tag to StateNode class by @AmraniCh in #91
- Add .gitattributes file by @ker0x in #92
- Better CI workflow by @lyrixx in #95
- Update TODO.md by @fvaysh in #97
- Modernize application by @lyrixx in #102
- Fix phar releasing by @lyrixx in #103
- Setup the demo on GH Pages by @lyrixx in #100
- ci: update some actions version by @lyrixx in #106
- Bump symfony/process from 5.3.7 to 5.4.46 in /tools/phar by @dependabot in #109
- website: highlight code by @lyrixx in #110
- add u-over(auto) clas on PHP code & Result by @lyrixx in #111
- Add support for PHP 8.4 by @lyrixx in #113
- Refactore how we build the phar by @lyrixx in #112
- Prepare v1.5.0 release by @lyrixx in #114
New Contributors
- @ker0x made their first contribution in #92
- @fvaysh made their first contribution in #97
- @dependabot made their first contribution in #109
Full Changelog: v1.4.0...v1.5.0
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
fixStringmethod 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
\sanymore) ⚠️ replaceEnglishQuotes,FrenchQuotes,GermanQuotesby the newSmartQuotes! A BC layer is provided. Fix #10