aboutsummaryrefslogtreecommitdiff
path: root/lib/propmangle.js
AgeCommit message (Expand)Author
2018-07-26fix corner case in `ie8` & `rename` (#3223)Alex Lam S.L
2018-06-06general clean-ups (#3175)Alex Lam S.L
2018-04-06mangle `Object.defineProperty()` (#3059)...Alex Lam S.L
2018-01-05fix `mangle` name collision across files (#2722)Alex Lam S.L
2017-12-01improve code reuse (#2542)Alex Lam S.L
2017-07-29improve `mangle.properties` (#2261)...Alex Lam S.L
2017-07-15reject malformed CLI parameters (#2239)...Alex Lam S.L
2017-06-09marshal `mangle[.properties].reserved` from non-Array values (#2072)Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L
2017-04-04exclude mangling of special property names (#1779)...Alex Lam S.L
2017-04-03fix `mangleProperties` on identifiers (#1776)...Alex Lam S.L
2017-04-03fix mangleProperties of `undefined` & `Infinity` (#1772)...Alex Lam S.L
2017-03-31sort options in alphabetical order (#1743)...Alex Lam S.L
2017-02-10in mangle_names there is a check that the variable name is legal and that it ...Anat Dagan
2016-11-29Add --mangle-props-debug and fix --mangle-props=unquoted collision...Ashley (Scirra)
2016-08-14Fix --mangle-props and --mangle-props=unquoted...kzc
2016-06-19Respect quote style in object literals...Shrey Banga
2015-08-05Fix mangling of property names which overwrite unmangleable properties...Richard van Velzen
2015-06-09Add --mangle-regex optionJoao Carlos
2015-05-13fix again reserved propsMihai Bazon
2015-05-07Make reserved names take priority over the name cacheMihai Bazon
2015-04-22If name_cache is specified, do rename cached properties...Mihai Bazon
2015-04-10Use the `before` visitor in mangle props...Mihai Bazon
2015-03-16Fix prop mangling...Mihai Bazon
2015-03-14Add property name mangler...Mihai Bazon