mrclay/jsmin-php
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
2.4.3
15M downloads/mo
#1386 most downloaded on Packagist
mrclay/jsmin-php
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2.0 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
7 releases · first in 2014
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Aug 2014 to Dec 2022Releases
latest 7-
2.4.313 Dec 2022Release notes
Open source →- Keep newline before private class member, #20, #15
- Keep newline after string template, #21, #8
-
2.4.207 Dec 2022Release notes
Open source →- Improve control character handling, #9
- Fix PHP Deprecation warning: ord(null), #16
-
2.4.126 Mar 2022 -
2.4.006 Dec 2018Release notes
Open source →Now preserves ES6 template literals! Thanks to https://github.com/futtta/autoptimize for testing this in production :)
What's Changed
New Contributors
Full Changelog: 2.3.2...2.4.0
-
2.3.230 Mar 2015Release notes
Open source →Correctly identifies regexes following keywords with no space. E.g. return/regex/;
Full Changelog: 2.3.1...2.3.2
Release notes
Open source →- Correctly identifies regexes following keywords with no space. E.g. return/regex/;
-
2.3.125 Aug 2014 -
2.3.025 Aug 2014Release notes
Open source →Rework as JSMin library on packagist. Releases prior this version are contained in minify package.
- Removes leading UTF-8 BOM