X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/ec7932da4ca5aaff8b8ab26ad27b361fa18d5d54..0cda39255827f283e7578cd469ae42daad9556a2:/NEWS.md diff --git a/NEWS.md b/NEWS.md index a91635602..87e9d726a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,19 +1,22 @@ # History of user-visible changes -## Next +## 2016-06-23 +* New variable `js2-mode-assume-strict`, for use with ES6 modules. +* Support for JSDoc @callback, @func and @method tags. * Object properties are highlighted using a different face: `js2-object-property`, which has no color by default. +* Experimental support for object rest/spread ECMAScript proposal. * `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 will get + 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. +* Experimental support for async/await ECMAScript proposal. ## 20150909