v0.36.0
General
- Change template and flow punctuation’s colors.
FJSX15
- Allow dangling comma in object literals.
- Allow nested template literals.
- Enhance method and property prediction for object literals.
- Allow comments in class body.
- Allow anonymous generators.
- Allow comments in JSX tags and relax the prediction to account for multi-line tags.
HTML5
- Highlight FJSX15 inside
<script type="text/babel">
tags.