File: Changes

package info (click to toggle)
libcss-packer-perl 2.09-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 499; makefile: 2
file content (93 lines) | stat: -rw-r--r-- 2,614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Revision history for CSS-Packer

2.09       2023-06-07
    - Detect the word 'license' as a copyright notice (GH #12, thanks to kovmir)

2.08       2020-03-02
    - Fix Invalid content attr replacement (GH #10, thanks to rapsys)

2.07       2018-11-06
    - Add missing files to MANIFEST

2.06       2018-11-05
    - Added option to define indentation level (GH #9, thanks to zdm)
    - Fixed minification of data URLs due to spurious new lines (GH #7)

2.05       2018-02-02
    - Add missing files to MANIFEST (GH #5, thanks to nfg)

2.04       2018-02-01
    - Fix compression with @keyframes by being more generic with at-rules (GH #3, GH #4)

2.03       2017-04-18
    - Makefile.PL moved to ExtUtils::MakeMaker to fix no . in @INC (perl 5.25.11+)

2.01        2016-06-22
    - Fix refrence cycles in ->init method causing memory leaks (GH #1)

2.00        2015-06-04
    - New maintainer: LEEJO
    - Add .travis.yml for CI goodness
    - Add Changes test
    - Add MYMETA.json to .gitignore

1.002001    2012-02-18
    - Use gnutar to build distribution.

1.002   2011-06-07
    - Raised version number.

1.001_002   2011-05-19
    - Added "copyright" and "remove_copyright" options. Suggested by Marc S. Brooks.
    - Updated POD.
    - Added tests.
    - Fixed comment regexp.

1.001_001   2011-04-07
    - Added accessors.
    - Added tests.
    - Minor Bugfixes.
    - Cleanup.

1.000001    2011-02-27
    - Changed requirements to Regexp::RegGrp 1.000001 due to "undefined submatches bug" in Regexp::RegGrp.
    - Small change in declaration replacement sub.
    - Added test.

1.000   2011-01-17
    - Changed versioning.
    - Raised major version due to changes in versioning.
    - Changed requirements to Regexp::RegGrp 1.000 due to changes in versioning.

0.0401  2011-01-05
    - Changed requirements to Regexp::RegGrp 0.04

0.04    2010-12-03
    - Raised version number.

0.03_05 2010-10-05
    - Changed required perl version to 5.8.9.

0.03_04 2010-09-23
    - Added option to define compression level via comment.
    - Added tests.

0.03_03 2010-09-13
    - Changed requirements to Regexp::RegGrp 0.0201

0.03_02 2010-09-07
    - Fixed typo in documentation.

0.03_01 2010-08-22
    - IE5/Mac backslash hack is no longer supported.
    - Moved regexp grouping stuff to Regexp::RegGrp.
    - Switched to Module::Install.
    - Added testcases.
    - Added "_no_compress_" comment functionality.
    - Added object-oriented interface.

0.2 2008-12-22
    - Added support for removing whitespaces before and after commas.

0.1 2008-11-18
    First version, released on an unsuspecting world.