[Pkg-javascript-commits] [uglifyjs] 21/491: update README for 3.x (#1840)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:18 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 64d74432f6e475df921d0ec49c4d15e5d2ae891d
Author: kzc <kzc at users.noreply.github.com>
Date: Sat Apr 22 16:28:32 2017 -0400
update README for 3.x (#1840)
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index ff3ba7b..24fe441 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-UglifyJS
-========
+UglifyJS 3
+==========
[![Build Status](https://travis-ci.org/mishoo/UglifyJS2.svg)](https://travis-ci.org/mishoo/UglifyJS2)
UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit.
#### Note:
-- `uglify-js 3.x` is incompatible with the [`2.x` branch](https://github.com/mishoo/UglifyJS2/tree/v2.x).
-- release versions of `uglify-js` only support ECMAScript 5 (ES5). If you wish to minify
+- **`uglify-js at 3.x` has a new API and CLI and is not backwards compatible with [`uglify-js at 2.x`](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
+- **Documentation for UglifyJS `2.x` releases can be found [here](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
+- Release versions of `uglify-js` only support ECMAScript 5 (ES5). If you wish to minify
ES2015+ (ES6+) code then please use the [harmony](#harmony) development branch.
- Node 7 has a known performance regression and runs `uglify-js` twice as slow.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list