Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.39 KB

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Add git commit with checksums as part of release task.

0.3.0 - 2018-04-20

Added

  • Tie in Travis-CI for testing.
  • New bin/release script to make sure tests are ran before release.

Fixed

  • Include comments immediately following a method definition when auto-correcting.
  • Correct source range calculation if looping over start or end of file.

0.2.1 - 2018-03-22

Fixed

  • Fix bug when trying to work with last method in file if there is no blank ending line in the file.

0.2.0 - 2018-03-22

Fixed

  • Autocorrect of method order would not replace all incorrectly ordered nodes in certain combinations.

0.1.0 - 2018-03-21

Added

  • Initial version of the extension.