Skip to content

Releases: lifeart/ember-language-server

Async FS support

09 Oct 13:31
Compare
Choose a tag to compare
  • removed unused deps
  • all FS logic now async
  • implemented different FS providers
  • server.sendCommand API added (public API)

What's Changed

  • encapsulate LS file-system acces logic into FS provider by @lifeart in #303
  • prepare for worker bundling by @lifeart in #306
  • fix async waiter for token collectors (virtual fs fix) by @lifeart in #307
  • fix all found project initialize deviations in tests with async fs by @lifeart in #308
  • more async awaits by @lifeart in #309
  • Fix side effects for token collector by @lifeart in #310

Full Changelog: v1.22.1...v2.0.0

Bin support

19 Jan 19:40
Compare
Choose a tag to compare

🍽️ feat: add bin entry to package.json (#191) by @alexlafroscia

Code action improvements

17 Jan 11:36
Compare
Choose a tag to compare

Hello, npm!

17 Jan 02:24
Compare
Choose a tag to compare
  • @lifeart/ember-language-server 1.0.0

Hello, Octane!

21 Dec 17:09
bc833c6
Compare
Choose a tag to compare
  • Project initialization speedup
  • Improved addon API
  • GlobalRegistry for addons
  • Addon linting API updates

Addon API

07 Dec 10:59
3504573
Compare
Choose a tag to compare