Skip to content

Releases: borela/naomi

v3.0.10

17 Jan 14:30
Compare
Choose a tag to compare

General

  • Fix docblock closing alignment;

FJSX15

  • Tone down template greediness;

v3.0.9

17 Jan 01:13
Compare
Choose a tag to compare

FJSX15

  • Fix core global holding on to context: #42;

v3.0.8

15 Jan 04:09
Compare
Choose a tag to compare

FJSX15

  • Fix JSX detection freezing sublime.
  • Fix Jest functions greediness.
  • Properly highlight functions assigned to variables inside classes.

v3.0.7

14 Jan 23:43
Compare
Choose a tag to compare

JSX

  • Fix regression that prevented sublime from closing JSX tags #24.

v3.0.6

14 Jan 11:38
Compare
Choose a tag to compare

FJSX15

  • Add export shorthand #40.
  • Normalize array scopes.

Flow

  • Fix spread scope.

Markdown

  • Basic scope normalization.

Candyman

  • Make punctuation and keywords the same color.

v3.0.5

12 Jan 00:28
Compare
Choose a tag to compare

General

  • Simplify candyman.

JSX

  • Fix bug where components were not being highlighted in attribute values.

v3.0.4

07 Jan 23:04
Compare
Choose a tag to compare

FJSX15

  • Fix optional arguments after new Type.
  • Detect JSX early.

v3.0.3

05 Jan 21:17
Compare
Choose a tag to compare

FJSX15

  • Fix jest chain.
  • Fix default keyword in export list.
  • Fix embedded JS in JSX scope.

v3.0.2

05 Jan 19:47
Compare
Choose a tag to compare

FJSX15

  • Fix default being highlighted as a label.
  • Fix function assigned to variable meta scope.

v3.0.1

05 Jan 15:12
Compare
Choose a tag to compare

FJSX15

  • Fix missing pop in core globals.
  • Fix type aliasing in exports.
  • Fix instanceof operator.