Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 762 Bytes

changelog.md

File metadata and controls

18 lines (15 loc) · 762 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.

1.0.0 / 2023-10-20

Added

  • Added CHANGELOG
  • Initial Release of the package

1.2.0 / 2023-10-27

Added

Added

  • Enhanced Roslyn analyzer to support Switch Expression Syntax. The analyzer now correctly identifies and validates usage of IsSuccess and Value within C# switch expressions, providing a more comprehensive code quality check.

1.4.1 / 2024-03-22

  • Addressed multiple issues related to pattern matching and complex conditional logic that were impacting code analysis accuracy.