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 94 95 96 97 98 99 100 101 102 103 104 105
  
     | 
    
      Revision history for HTML-Packer
2.07       2018-04-03
    - Fix GH #11: add remove_comments_aggressive options (thanks to girst)
2.06       2017-10-04
    - Fix GH #8: proper newlines replacement (#9) (thanks to krizhanovsky)
2.05       2017-04-18
    - Makefile.PL moved to ExtUtils::MakeMaker to fix no . in @INC (perl 5.25.11+)
2.04        2017-03-04
    - Fix: don't minify none javascript script content (GH #6)
2.03        2016-05-22
    - Fix: require recent versions of deps to fix memory leaks
2.02        2016-02-25
    - Fix: memory leak due to reference cycles in reggrp_data closures
2.01        2016-01-13
    - Fix: newlines should pack to spaces as per W3C (thanks to basbloemsaat)
2.00        2015-06-04
    - New maintainer: LEEJO
    - Repoint issue tracker/repo at leejo's fork
    - Add .travis.yml for CI goodness
    - Add Changes test
    - Add MYMETA.json to .gitignore
1.004001    2012-02-20
    - Use gnutar to build distribution.
1.004   2011-09-27
    - Raised version number.
1.003_001   2011-08-19
    - Replaced map with foreach.
    - Fixed bug in html5 handling. Thanks to Brian Cassidy.
1.002001    2011-06-15
    - Fixed embarrassing bug in comment regexp.
    - Fixed tests.
    - Added TODO.
1.002   2011-06-07
    - Raised version number.
1.001_002   2011-05-20
    - Fixed tests. Thanks to Kent Fredric.
    - Changed possible values for do_javascript options.
1.001_001   2011-04-12
    - Added html5 option.
    - Removed no_cdata option.
    - Added tests.
    - Minor bugfixes.
    - Cleanup.
1.001001   2011-03-07
    - Changed requirements to Regexp::RegGrp 1.000001 due to "undefined submatches bug" in Regexp::RegGrp.
    - Added accessors.
    - Added tests.
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.05_06 2011-01-05
    - Changed requirements to Regexp::RegGrp 0.04.
0.05_05 2010-12-03
    - Added no_cdata option.
0.05_04 2010-10-05
    - Changed required perl version to 5.8.9.
0.05_03 2010-09-21
    - Added option to switch off compression via comment.
    - Added support for conditional comments.
    - Changed requirements to Regexp::RegGrp 0.0203
    - Added tests.
0.05_02 2010-09-13
    - Changed requirements to Regexp::RegGrp 0.0201
0.05_01 2009-02-15
    - Moved regexp grouping stuff to Regexp::RegGrp.
    - Added object-oriented interface.
    - Switched tabs to soft tabs.
    - Switched to Module::Install.
0.4     2009-02-15
    - Another embarrassing typo fix in documentation
    - Updated README file
0.3     2009-02-11
    - Typo fix in documentation
0.2     2009-02-10
    - Added some tests
0.1     2009-02-09
    - First version, released on an unsuspecting world.
 
     |