You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.1 KiB
Markdown

CHANGE LOG
==========
### Version 1.3
- Add ServiceWorker
- Some code refactor
- Lots of bug fix
- Nesting block
- Multiline template string
- Negative integer
- Syntax not load second time
- Comment in object literal
- Reserved word not in all string type
### Version 1.2
- Embed JS in html/erb/haml
- fetch
- sendBeacon
- Improve init performance
### Version 1.1.1
- Function brace in new line
- Web Crypto
### Version 1.1
- JSDoc 3
- ECMA-402: Intl
- async, await
- Event name
- String bugs fix
- Minor bug fix
### Version 1.0
- New name
- Refactor Web API and DOM
- Remove old definitions
- Supports partial ES6
- Work with js lib syntax
### Version 0.9
- Add HTML interfaces
- Add CustomEvent
- Add custom element api
### Version 0.8
- Use javascript as group name prefix, which makes SyntaxComplete can work for JavaScript
- Better support for JSDoc
- Support [closure compiler JSDoc annotation](https://developers.google.com/closure/compiler/docs/js-for-compiler)
- Support [Typed Array](http://www.khronos.org/registry/typedarray/specs/latest/) and [File API](http://www.w3.org/TR/FileAPI/)
License
-------
The same as Vim