Skip to content

Releases: borela/naomi

v3.17.1

26 Jun 13:24
Compare
Choose a tag to compare

JavaScript

  • Allow modifiers only on the same line as variables/functions; Fix #150;

v3.17.0

18 Jun 22:32
Compare
Choose a tag to compare

JSX

  • Index JSX components;
  • Cleanup fragment scopes;

v3.16.1

16 Jun 15:14
Compare
Choose a tag to compare

Flow

  • Allow JS statements and expressions inside flow comments;

v3.16.0

14 Jun 17:28
Compare
Choose a tag to compare

Candyman

  • Enhance regexp colors;

JavaScript

  • Add jest test.each, assertions and hasAssertion;
  • Fix #144 web globals;
  • Minor scopes fixes;

v3.15.15

05 Jun 12:12
Compare
Choose a tag to compare

JavaScript

  • Fix comments in do while statements #142.

v3.15.14

24 May 16:14
Compare
Choose a tag to compare

JavaScript

  • Fix comments inside destructuring #137;

v3.15.13

01 May 20:40
Compare
Choose a tag to compare

Flow

  • Fix function greediness #135;

v3.15.12

01 May 14:06
Compare
Choose a tag to compare

JavaScript

  • Fix #133 infinite loop on destructuring;

v3.15.11

20 Apr 21:43
Compare
Choose a tag to compare

CSS

  • Remove space requirement between property and value #132;

v3.15.10

19 Apr 11:47
Compare
Choose a tag to compare

JavaScript

  • Enhance calc expressions; Fix #131;