Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

80 lines (49 loc) · 4.1 KB

0.5.3 (2021-11-23)

Bug Fixes

  • update atom-languageclient and package-deps (4ecf06f)
  • update devDependencies (0278931)
  • update serve-d to 0.7.0 (2034b15)

0.5.2 (2021-07-20)

Bug Fixes

  • fix fs-extra error by not bundling it (82992ed)
  • fix semver dynamic import (2feb6ee)

0.5.1 (2021-07-19)

Bug Fixes

  • reduce the size of the bundle (83fbf5e)

0.5.0 (2021-07-19)

Bug Fixes

  • build the package with Parcel - require Atom 1.52 and above (1ca7344)
  • lazy-load fs-extra and semver (d722a35)
  • lazy-load package-deps (60746f7)
  • update atom-languageclient (02a16b9)

Features

  • update the bundled serve-d and dcd (2b312a8)

0.4.0 (2021-06-02)

Bug Fixes

  • add i686 to arch map (7602ea1)
  • bump atom-languageclient (64fa41e)
  • compare the type and value of the nullable variables accurately (57591da)
  • downgrade dcd to 0.13.1 (247af40)
  • parallelize checking for the versions of serveD (1f2d307)
  • update atom-languageclient to 1.8.1 (344c33e)
  • update dependencies (14d818c)
  • update dependencies (fa641ef)
  • update grammars from upstream (307d85e)
  • update languageclient (252c2f4)
  • use pathExists from fs-extra (3c42d79)
  • use the latest DCD (f942ffe)

Features

0.3.0

  • Automatically install atom-ide-base

0.2.1

  • Fix Windows x64 serve-d binary

0.2.0

  • Bundle DCD
  • Support other architectures

0.1.1

  • Fix semver missing from the dependencies

0.1.0 - First Release

  • Rewrote the dev code using serve-d