Skip to content

Latest commit

History

History
42 lines (24 loc) 路 1.22 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) 路 1.22 KB

Changelog

3.1.0

  • Remove prettier as a dependency for generating documention.
  • Switch to use doublegreat.dev for documentation.

3.0.0

  • Add configuration options to disable any rule and change the defaults for some rules that check against specific values.

2.0.0

  • Switch to TypeScript.
  • Replace the deprecated git.io with tinyurl.

1.0.0

  • Switch to ES module.

0.6.0

  • Add "screen shot" and "screenshot" to exact match. #63
  • Fix stray console.log. #61

0.5.0

  • Add "Hear an example" section to documentation and include links under "Avoid emoji" and "End with punctuation" suggestions. #58
  • Update dependencies.

0.4.0

  • Replace "End in period" suggestion with "End in punctuation". #49

0.3.1

  • Register "Avoid emoji" suggestion with main script. #48

0.3.0

  • Add "Avoid emoji" suggestion. #46
  • Rename all "warnings" as suggestions. #45