Skip to content

Latest commit

 

History

History
118 lines (61 loc) · 5.17 KB

CHANGELOG.md

File metadata and controls

118 lines (61 loc) · 5.17 KB

0.4.2 (2021-07-22)

Bug Fixes

  • return a Disposable from consumeDefinitionsService (#47) (8b583c3)

0.4.1 (2021-02-06)

Bug Fixes

  • hide installation prompt in package-deps (21d1d9b)
  • update atom-package-deps (05b7c34)
  • update dependencies (3a2681c)

0.4.0 (2020-10-05)

Features

  • install atom-ide-base (70c06d6)
  • use ProviderRegistry from atom-ide-base (55f3004)

0.3.6 (2020-07-30)

Bug Fixes

  • don't throw error if no provider exists (8f087ef)
  • fix hyperclick provider (b3130e6)

0.3.5 (2020-07-21)

Bug Fixes

  • bump script + npm run bump (82c0b09)
  • export functions directly (9910dce)
  • update package-lock.json (f1e6d34)

0.3.4 (2020-04-13)

Bug Fixes

  • activation hook to improve the loading time by deferring it (56227be)

0.3.3 (2020-01-28)

Bug Fixes

  • items without definition being active for click (8099fb2), closes #11

0.3.2 (2019-06-24)

Bug Fixes

  • upgrade additional build packages (d30a75b)

0.3.1 (2019-06-21)

Bug Fixes

0.3.0 (2019-04-09)

Bug Fixes

  • missing dependencies installation (c1fdd16)

Features

  • add hyperclick provider (6beaa60)

0.2.0 (2019-03-13)

Features

  • refactor and handle providers in the right way (051ac80)

0.1.3 (2019-03-12)

Bug Fixes

  • add getting started to README (4f6ef06)

0.1.2 (2019-03-11)

Bug Fixes

  • update package version to 0.1.1 (0eb39d3)

0.1.1 (2019-03-11)

Bug Fixes

  • Fix build

0.1.0 (2019-03-11)

Bug Fixes

Features

0.0.3

  • Move to atom-ide-community

0.0.2

  • Cleanup code (by adding and running prettier).

0.0.1

  • Go to definition using keyboard shortcut or context menu "Go to Definition".