Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

76 lines (44 loc) · 2.01 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.

Unreleased

Changed

  • Rewrote library in Gleam.
    • This has not impacted the public API in any way, and should mostly be transparent.

Fixed

  • useImperativeMood: Fixed a false positive for PR titles starting with "Bring".

0.5.0 - 2023-06-21

Added

  • useImperativeMood: Added detection of more third-person singular verbs

0.4.1 - 2022-11-21

Fixed

  • Fixed an issue where io-ts was not listed as a dependency

0.4.0 - 2022-11-19

Added

  • Added a feedback link to plugin output (#6)
  • useImperativeMood: Added detection of more third-person singular verbs

0.3.0 - 2022-09-01

Added

  • Added support for rendering violations with visual indicators

Fixed

  • Fixed some false positives in useImperativeMood

0.2.0 - 2022-08-17

Added

  • Added support for processing PR titles with prefixes
  • Added useSentenceCase rule
  • Added requirePrefix rule

Changed

  • Simplified useImperativeMood to reduce false positives

Fixed

  • Fixed noTrailingPunctuation rule not being applied

0.1.0 - 2022-08-16

Added

  • Initial release