Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Releases: rhoskal/nova-elm

v0.5.0

09 Aug 14:16
31ce126
Compare
Choose a tag to compare

v0.5.0 - 2021-08-09

Fixes

  • [language-server] Don't use node_modules/.bin path for server. (#29)

v0.4.0

09 Aug 04:03
ece9ab5
Compare
Choose a tag to compare

v0.4.0 - 2021-08-08

Chore & Maintenance

  • [core] Update extension and dev deps.
  • [syntax] Lots of internal renaming for better maintenance.

Features

  • [language-server] Initial (partial) Language Server support. (#26)

Fixes

  • [syntax] Scoped name fixes for better support of different themes. (#27)
  • [syntax] Make lists foldable. (#25)

v0.3.0

03 Aug 18:56
105b508
Compare
Choose a tag to compare

v0.3.0 - 2021-08-03

Chore & Maintenance

  • [core] Update extension and dev deps.

Features

  • [formatter] Listen for config changes to formatter. (#22)
  • [formatter] Add formatter command and format on save. (#21)

v0.2.0

18 Jul 15:17
f088a7e
Compare
Choose a tag to compare

v0.2.0 - 2021-07-18

Features

  • [syntax] Effect and infix recognition. (#9)

Fixes

  • [syntax] fns, fn args, type annotations and ports recognition with only one char. (#9)
  • [syntax] Integer & float detection. (#9)
  • [syntax] Import recognition can now span multiple lines. (#9)

v0.1.0

15 Jul 22:43
Compare
Choose a tag to compare

v0.1.0 - 2021-07-15

Initial release 🎉

  • Basic syntax highlighting