Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.75 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.

(nothing right now)

0.2.1 - 2023-10-16

Updated

  • Updated dependencies and did audit fix to minimise security concerns.

0.2.0 - 2023-05-06

Added

  • space-in-parens rule now supports two new exceptions to replace the quirky bracket sides. It is recommended to switch to bracket unclosed or bracket within instead. See docs/rules/space-in-parens.md form more info.

0.1.2 - 2022-04-17

Changed

  • added missing option to README.md

0.1.1 - 2022-04-17

Added

  • padded-blocks rule now can handle Objects as well using the "includeObjects": true option.

Fixed

  • padded-blocks rule detection of padding lines incorrectly detected a block to include paddings if an object inside the block contained paddings, but the block itself did not

0.1.0 - 2022-04-17

Added

  • ESLint plugin base code
  • Two rules with customized options: padded-blocks, space-in-parens