Skip to content

Releases: borela/naomi

v4.0.8

17 Jul 13:11
Compare
Choose a tag to compare

JavaScript

  • Fix ligatures and add exponentiation operator; #159

v4.0.7

12 Jul 17:51
Compare
Choose a tag to compare

JavaScript

  • Add missing jest matchers #158;

v4.0.6

10 Jul 17:25
Compare
Choose a tag to compare

JavaScript

  • Fix nullable types breaking flow functions;
  • Don't highlight modifiers near parenthesis to allow the get(){} method to be hilighted as a function;

v4.0.5

06 Jul 02:06
Compare
Choose a tag to compare

JavaScript

  • Fix comment pattern typo near function call #156;

v4.0.4

04 Jul 15:43
Compare
Choose a tag to compare

CSS

  • Fix attribute selector and @import-normalize #155;

v4.0.3

03 Jul 14:34
Compare
Choose a tag to compare

JavaScript

  • Fix edge case where regex literals break function calls #154;

v4.0.2

03 Jul 12:46
Compare
Choose a tag to compare

JavaScript

* Fix edge case where regex literals break function calls #154;

v4.0.1

30 Jun 21:58
Compare
Choose a tag to compare

JavaScript

  • Fix optional arguments in new constructors;

v4.0.0

30 Jun 17:04
Compare
Choose a tag to compare

Git Syntaxes

  • Deprecate git syntaxes in favor of the core ones;

JavaScript

  • Fix regression #153;

v3.17.2

30 Jun 06:33
Compare
Choose a tag to compare

JavaScript

  • Fix type prediction containing dots #152;
  • Fix static properties #150;
  • Enhance support for flow comment blocks /*::*/ #148 (There might be more edge cases);
  • Simplify generics;