Releases: ayame113/atom-ide-deno
Releases · ayame113/atom-ide-deno
v1.26.0
v1.13.0
- formal support for call hierarchy (#69) (>=atom-ide-outline v3.2.0)
- support registry auto discovery (#79) (>=deno v1.11.0)
- add ability to set cache directory in settings (#79) (>=deno v1.13.0)
- run language server on all js and ts files (#66, #78)
- display language server status in pane (#76)
- can open all virtual documents (#65)
- fix: Error in virtual document with @ in path (#74)
- fix: Delete unnecessary console.log (#64)
v1.12.0
v1.10.0
v1.9.0 release failed due to #59.
- Move deno-bin dependencies to devDependicies (#48)
- Experimental support for call hierarchy (will be available in future ide-outline packages) (#50, #57)
- delete linter only mode (#54)
- delete some console.log (#54)
- Improve the way to disable the ESLint (#55)
- add activation hook (Postpone activation until ts, js, json, md files are opened) (#57)
- rename command id (#57)
- add atom-package-deps (Automatically install atom-ide-base) (#58)
- don't restart when debug mode was changed (It was the cause of unnecessary notification at startup) (#58)
v1.8.0
v1.7.0
v1.6.0
- Auto config for Deno and Node.js
- Toggle between Deno mode and Node.js mode with a one click.
- You can freely combine the runtime (Deno or Node.js), linter (deno_lint or
eslint), and formatter (deno_fmt or prettier).
- fix bug when outline-view result was null (atom-community/atom-languageclient#150)