forked from pool/perl-JavaScript-Minifier-XS
- updated to 0.15 see /usr/share/doc/packages/perl-JavaScript-Minifier-XS/Changes 0.15 2021-10-15 20:21:23-07:00 America/Vancouver - GH#8 - preserve newlines when collapsing whitespace; if a block of whitespace contains a newline, then when collapsing we collapse to a newline character, not just "the first whitespace char we found" OBS-URL: https://build.opensuse.org/request/show/926534 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JavaScript-Minifier-XS?expand=0&rev=7
69 lines
2.8 KiB
Plaintext
69 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Oct 17 03:06:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.15
|
|
see /usr/share/doc/packages/perl-JavaScript-Minifier-XS/Changes
|
|
|
|
0.15 2021-10-15 20:21:23-07:00 America/Vancouver
|
|
- GH#8 - preserve newlines when collapsing whitespace; if a block of
|
|
whitespace contains a newline, then when collapsing we collapse to a
|
|
newline character, not just "the first whitespace char we found"
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 8 03:08:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.14
|
|
see /usr/share/doc/packages/perl-JavaScript-Minifier-XS/Changes
|
|
|
|
0.14 2021-02-06 23:36:36-08:00 America/Vancouver
|
|
- rewrote test suite into a single ".t" test
|
|
- optimized memory allocations, by allocating Nodes in bulk, and being
|
|
smarter about when we need to free/reallocate content buffers in Nodes
|
|
- optimize whitespace collapsing
|
|
- GH#3 / RT#108682; fix whitespace reduction at end of preserved line
|
|
comment. Thanks to Dan Goodliffe
|
|
- GH#6; fix unescaped slash in character set, inside of a regex, with thanks
|
|
to @faf
|
|
|
|
0.13 2020-12-30 21:46:29-08:00 America/Vancouver
|
|
- POD cleanups; spelling, SYNOPSIS
|
|
- Switch to DZil Author Bundle
|
|
|
|
0.12 2020-12-28 08:31:31-08:00 America/Vancouver
|
|
- Switch to GitHub Actions, from Travis-CI.
|
|
- Add META links to GitHub repository and issue tracker
|
|
- Switch to Dist::Zilla
|
|
- Bump minimum required Perl to 5.8.1
|
|
- RT #130347; handle ES6 template literals.
|
|
Thanks to Robert Rothenberg.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 9 18:51:44 UTC 2015 - coolo@suse.com
|
|
|
|
- translate module::build's version to what rpm understands
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 14 15:54:51 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.11
|
|
- RT #58416; don't segfault when trying to minify non-javascript
|
|
|
|
0.10 Mon Jan 26 22:46 PST 2015
|
|
- RT #64948; allow builds on older versions of Perl.
|
|
Thanks to Michael Robinton and Ruslan Zakirov.
|
|
- Lowered minimum Perl version to v5.6.0, as detected by
|
|
Perl::MinimumVersion.
|
|
- RT #51008; allow for minification of JS code that returns regexps from
|
|
functions.
|
|
Thanks to James Barton, Robert Krimen, and Randy Stauner.
|
|
- Added "xt/test-compile.t" to test minification against a wider range of
|
|
JS. While not a 100% guarantee that the JS still works, it does provide
|
|
a wider range of JS to test against.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 3 06:01:35 UTC 2011 - coolo@opensuse.org
|
|
|
|
- initial package 0.09
|
|
* created by cpanspec 1.78.04
|
|
|