Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

v4.2.0

Compare
Choose a tag to compare
@joefitzgerald joefitzgerald released this 18 Aug 22:33
· 633 commits to master since this release

Major Changes

  • πŸ†• Debugging support (via delve) is now available with the addition of the go-debug package (thanks @lloiser!)
  • πŸ†• You can now see documentation (via 'gogetdoc') for the symol under your cursor with the addition of the godoc package (thanks @zmb3!)
    • ALT - D to display the documentation
    • ESC to dismiss the documentation

Minor Changes

  • πŸ”€ Document the commands used to display and clear test coverage markers
  • Stop using deprecated custom marker properties for test coverage markers
  • 🎨 Correctly display linter warnings and errors (a case sensitivity issue)
  • ⬆️ Update CI to test with Go 1.7
  • 🎨 Use StandardJS to lint all packages
  • ⬆️ Update atom-package-deps, lodash, and rimraf dependenies