Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 1.32 KB

Changelog

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.

[1.0.0] - 2022-04-21

Added

  • Update to Spectral v6.x
  • Changes made to custom functions are now recognized by the extension, and the ruleset is updated automatically

[0.2.5] - 2021-02-01

Changed

  • Update to Spectral v5.8.0

[0.2.4] - 2020-10-06

Changed

  • Update to Spectral v5.6.0

[0.2.3] - 2020-09-11

Changed

  • Update to Spectral v5.5.0
  • Update other dependencies
  • Minor tweaks to the build/release pipeline

[0.2.2] - 2020-07-17

Fixed

  • Properly register "Show Output Channel" command
  • Use a more complete list of keywords to describe the extension
  • Minor tweaks to the build/release pipeline

[0.2.1] - 2020-07-14

Fixed

  • Fix dead link on the README page
  • Make Spectral link point to stoplight.io website

[0.2.0] - 2020-07-14

  • Added

    • Display the changelog in the extension details pane

Changed

  • Leverage the Language Server Protocol to remove the actual linting operation from the UI thread
  • Upgrade to Spectral v5.5.0-beta8, leveraging nimma rule optimizer

[0.1.0] - 2020-04-10

  • Added

    • Initial release