Skip to content

Releases: ayame113/atom-ide-deno

v1.26.0

11 Jun 09:23
Compare
Choose a tag to compare
  • feat: cache on save
  • feat: support more config
  • feat: support jsonc, cjs, cts, mjs, mts
  • fix: fix broken "go to definition"

v1.13.0

18 Aug 19:16
Compare
Choose a tag to compare
  • 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

15 Jul 08:32
Compare
Choose a tag to compare

Also the release failed and 1.11.0 was skipped.

  • bump atom-languageclient version
  • update call hierarchy provider version to 0.1.0

v1.10.0

13 Jul 05:34
Compare
Choose a tag to compare

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

18 May 08:23
Compare
Choose a tag to compare
  • Update dependencies (#43)

v1.7.0

18 May 08:04
Compare
Choose a tag to compare
  • fix bug (Uncaught TypeError: e?.getURI is not a function #40)

v1.6.0

05 May 21:33
Compare
Choose a tag to compare
  • 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)

v1.5.0

27 Apr 20:33
Compare
Choose a tag to compare
  • format on save
  • format on Format Current File command (or menu > packages > Deno > Format Curent File)
  • format on Format All File command (or menu > packages > Deno > Format All File)

v1.4.0

27 Apr 20:21
Compare
Choose a tag to compare

hot fix (1.3 does not work due to a bug)

v1.3.0

24 Apr 21:54
Compare
Choose a tag to compare
  • supports json file
  • supports ignature help provider
  • use typescript in this package's code
  • supports command pallet (ctrl+shift+p)
    • Cache Dependencies
    • Reload Import Registries Cache
    • Restart Language Server
    • Language Server Status
      command pallet
  • add menus (menu bar > Packages > Deno)
    • same support as command
      menu bar