Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 938 Bytes

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.

v0.1.2 - 2024-01-24

Added

  • Rules for vendor prefixes.
  • Refined excludes for 'declaration-strict-value' and 'unit-allowed-list'

Fixed

  • Warning about 'declaration-strict-value' not having autoFix function.

v0.1.1 - 2024-01-17

Added

  • New base rules to ensure that:
    • values are set in variables instead of in properties;
    • no important is used;
    • max nesting;
    • selector consistency.

v0.1.0 - 2024-01-17

  • First release