]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Merge pull request #342 from shicks/strict
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 015e8d66c51dcae85602d99730572fb3e749e408..de28639e768339fd94fd8bd78adbb60e844871f9 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,16 @@
 
 * Object properties are highlighted using a different face:
   `js2-object-property`, which has no color by default.
+* `js2-getter-setter-node` is renamed to `js2-method-node`, together with
+  its related functions.  It already handles generator methods, and we
+  added support for async methods (see below), so the old name would get
+  more confusing.
+* Support for default parameters in destructuring.  It should work for both
+  objects and arrays, in both literals and function arguments.
+* New mode: `js2-jsx-mode`, deriving from `js2-mode`.  Supports indentation of
+  JSXElement expressions wrapped within parentheses or as function arguments.
+  Indentation is customizable via `sgml-attribute-offset`.
+* Experimental support for ES7 stage 3 async/await.
 
 ## 20150909