Releases: borela/naomi
Releases · borela/naomi
v3.4.5
FJSX15 -> JavaScript
- Use generic name to enable support for external plugins;
- Simplify recursion patterns to catch edge cases in arrow functions and destructuring;
- Allow comments after extends;
- Fix #68
CSS3 -> CSS
- Use generic name to enable support for external plugins;
- Fix calc expressions;
- Fix custom properties;
v3.4.4
v3.4.3
v3.4.2
v3.4.1
v3.4.0
FJSX15
- Integrate with the core syntaxes;
- Remove special cases for React variables;
CSS3
- Normalize scopes;
- Integrate with the core syntaxes;
- Highlight
@page
and@viewport
; - Highlight media query expressions e.g.:
@media only screen and (min-width >= 320px)
; - Enhance at rules;
HTML5
- Normalize scopes;
- Simplify the syntax;