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.
1.1 KiB
1.1 KiB
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
- Support Typed Array and File API
License
The same as Vim