Skip to content

v2.2.0

Choose a tag to compare

@zavoloklom zavoloklom released this 15 Dec 21:27
· 129 commits to main since this release

2.2.0 (2024-12-15)

Features

  • move rules options to a separate property for better extensibility (929123a)
  • rename rules-loader, add getRuleDefinition helper (292c6f9)

Code Refactoring

  • change Logger.init to return the initialized Logger instance (b80549d)

Tests

  • move helper function to normalize strings to separate file (2c70a44)

Dependencies

  • dev: bump markdownlint-cli2 from 0.15.0 to 0.16.0 (5f750ae)
  • dev: fix npm audit warning (590b488)

Documentation

  • add logo to README header (288246b)
  • add TOC in README and rename sections (96f8711)
  • change release reference in rules documentation (39f6745)
  • fix all-contributors badge (cd3186b)
  • fix json example for editor autocompletion with schema (64a04a6)
  • make rules documentation more consistent (095133e)
  • update Contacts section in README (9f963de)
  • update rules descriptions (1fdbd1f)

Others

  • add documentation scripts and update contribution guidelines (9931320)
  • fix .PHONY option in Makefile (d93a930)
  • rewrite download-compose-schema script to TS (e89549c)
  • setup all-contributors specification, add contributors to README (fe4f67f)
  • update Commit Message Conventions for new rules (d260a84)