4 v3.0.0 (2021-09-08) Ben Bradshaw
5 --------------------------------
7 - Breaking Change: Removed support for Python 2
9 - Removed usage of use_2to3 in setup.py
11 v2.2.2 (2017-05-01) Tikitu de Jager
12 -----------------------------------
14 - Add license headers to code files (fixes i#17)
16 - Remove mercurial files (fixes #20)
18 v2.2.1 (2016-03-06) Tikitu de Jager
19 -----------------------------------
21 - Fix #14: Infinite loop on `return x / 1;`
23 v2.2.0 (2015-12-19) Tikitu de Jager
24 -----------------------------------
26 - Merge #13: Preserve "loud comments" starting with `/*!`
28 These are commonly used for copyright notices, and are preserved by various
29 other minifiers (e.g. YUI Compressor).
31 v2.1.6 (2015-10-14) Tikitu de Jager
32 -----------------------------------
34 - Fix #12: Newline following a regex literal should not be elided.
36 v2.1.5 (2015-10-11) Tikitu de Jager
37 -----------------------------------
39 - Fix #9: Premature end of statement caused by multi-line comment not
42 - Fix #10: Removing multiline comment separating tokens must leave a space.
44 - Refactor comment handling for maintainability.
46 v2.1.4 (2015-08-23) Tikitu de Jager
47 -----------------------------------
49 - Fix #6: regex literal matching comment was not correctly matched.
51 - Refactor regex literal handling for robustness.
53 v2.1.3 (2015-08-09) Tikitu de Jager
54 -----------------------------------
56 - Reset issue numbering: issues live in github from now on.
58 - Fix #1: regex literal was not recognised when occurring directly after `{`.
60 v2.1.2 (2015-07-12) Tikitu de Jager
61 -----------------------------------
63 - Issue numbers here and below refer to the bitbucket repository.
65 - Fix #17: bug when JS starts with comment then literal regex.
67 v2.1.1 (2015-02-14) Tikitu de Jager
68 -----------------------------------
70 - Fix #16: bug returning a literal regex containing escaped forward-slashes.
72 v2.1.0 (2014-12-24) Tikitu de Jager
73 -----------------------------------
75 - First changelog entries; see README.rst for prior contributors.
77 - Expose quote_chars parameter to provide just enough unofficial Harmony