Skip to content

Releases: borela/naomi

v3.7.0

28 Feb 00:01
Compare
Choose a tag to compare

General

  • Add exclusive color to object keys in candyman;
  • Add new indentation rules for JavaScript and JSX;
  • Modify indentation behavior for parenthesis () and square brackets [] to be similar to curly braces {};

JavaScript

  • Make object literal keys unquoted strings except for numbers;
  • Add emoji for arrow functions in symbol list;

v3.6.6

25 Feb 20:19
Compare
Choose a tag to compare

JavaScript

  • Fix #82 Expressions after dot operator were not expecting the continuation;

v3.6.5

25 Feb 17:35
Compare
Choose a tag to compare

JavaScript

  • Fix #79 by making arguments optional;
  • To prevent similar bugs to #79, Node and React globals are using the same logic;

CSS

  • Make it compatible with the core syntax when highlighting inline CSS;

v3.6.4

24 Feb 00:57
Compare
Choose a tag to compare

JavaScript

  • Fix #78, remove the docblock shortcuts conflicting with external plugins;
  • Fix #77 where .class was being highlighted as a class declaration instead of a variable;

HTML

  • Fix inline style not being highlighted;
  • Fix inline script context being stuck;

v3.6.3

23 Feb 04:13
Compare
Choose a tag to compare

FJSX15

  • Fix #75 Shorthand properties in object literals;
  • Fix #76 Aliased import star;

v3.6.1

22 Feb 17:17
Compare
Choose a tag to compare

FJSX15

  • Pair back ticks and interpolation;
  • Change variables scopes to enhance compatibility with color schemes;

v3.5.1

22 Feb 02:24
Compare
Choose a tag to compare

FJSX15

  • Fix #71; Object initializers had to be reworked;

v3.5.0

21 Feb 16:27
Compare
Choose a tag to compare

FJSX15

  • Fix #70; Highlight React's methods using the main algorithm;

JSX

  • Clean up scopes;

v3.4.7

21 Feb 12:25
Compare
Choose a tag to compare

FJXS15

v3.4.6

21 Feb 01:05
Compare
Choose a tag to compare
  • Disable single line comment backspace;