v1.2.0
New
Thanks to the tremendous efforts of @RReverser, we now have support for different languages! (#62, #63, #65)
New Parsers
- CSSOM (CSS)
- PostCSS (CSS)
- rework (CSS)
- htmlparser2 (HTML)
- parse5 (HTML)
New Transformers
- PostCSS (CSS)
In addition, adding new parsers and transformers is now even easier. See the updated README and the source.
Improvements
- With the introduction of categories, the chosen parser is now stored in code snippets! (07a6bce)
- Style improvements (#60, @jdichev)
Updates
- Update traceur to v0.0.93, which adds JSX support ( #64 , @RReverser)