Index: tracing/third_party/tvcm/third_party/rjsmin/docs/CHANGES |
diff --git a/tracing/third_party/tvcm/third_party/rjsmin/docs/CHANGES b/tracing/third_party/tvcm/third_party/rjsmin/docs/CHANGES |
deleted file mode 100644 |
index e40b765234a0b09349b0b2c4d006550b0395ed04..0000000000000000000000000000000000000000 |
--- a/tracing/third_party/tvcm/third_party/rjsmin/docs/CHANGES |
+++ /dev/null |
@@ -1,89 +0,0 @@ |
-Changes with version 1.0.10 |
- |
- *) Added support for pypy 2.2 |
- |
- *) Relint with newer pylint |
- |
- *) Fix locale problem with the setup script on python3. |
- Submitted by https://github.com/svenstaro |
- |
- |
-Changes with version 1.0.9 |
- |
- *) Documentation and benchmark updates |
- |
- |
-Changes with version 1.0.8 |
- |
- *) Updated benchmarks |
- |
- *) Added command line option for keeping comments starting with an exclamation |
- mark (-b) |
- |
- *) Added command line option for disabling the C implemention (-p) |
- |
- *) Added support for python 3.4 |
- |
- *) Added support for keeping comments starting with an exclamation mark. This |
- feature can be enabled by passing keep_bang_comments=True to the jsmin |
- function. |
- |
- |
-Changes with version 1.0.7 |
- |
- *) Fix inconsistency between Python and C (Python implementation was buggy). |
- Spotted by: Dave Smith <dave thesmithfam.org> |
- |
- *) Added support for jython 2.7 |
- |
- |
-Changes with version 1.0.6 |
- |
- *) Added compat option to setup.py supporting the pip installer |
- |
- *) Added support for pypy (1.9, 2.0) |
- |
- *) Added support for jython (2.5) |
- |
- |
-Changes with version 1.0.5 |
- |
- *) Newline removal before ! operator was made more sensible. |
- |
- |
-Changes with version 1.0.4 |
- |
- *) Added support for Python 3.3 |
- |
- *) Collapsion protection was reduced to "+ +" and "- -" sequences (which |
- still includes longer sequences like "+ ++") |
- |
- |
-Changes with version 1.0.3 |
- |
- *) "+ ++" and "- --" sequences are no longer collapsed. They were before, |
- because the original jsmin collapsed them, too. |
- |
- *) Updated benchmarks, added slimit and removed jsmin v8 (because it produced |
- invalid results). |
- |
- *) Removed "classic" regex variant. |
- |
- |
-Changes with version 1.0.2 |
- |
- *) Although it should work, python 2.3 is no longer supported. |
- (No suitable test environment) |
- |
- *) "return /regex/" is now recognized as regex expression. It wasn't before, |
- because the original jsmin ignored that, too. |
- |
- |
-Changes with version 1.0.1 |
- |
- *) Add C extension reimplementing the regex from rjsmin.py |
- |
- |
-Changes with version 1.0.0 |
- |
- *) First stable release. |