Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 592 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 592 Bytes

Changelog

All notable changes to my BBEdit scripts will be documented in this file.

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

[Unreleased]

[0.0.2] - 2018-07-23

Added

  • A script to run Rubocop against a file and open it in the results window.

Changed

  • Was running jslint via a tempfile for a reason I couldn't remember nor fathom. Fixed it to run against the file it runs against.

[0.0.1] - 2018-07-23

Added

  • Started repo.

Changed