Skip to content

Latest commit

 

History

History
100 lines (61 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

100 lines (61 loc) · 2.85 KB

idea-psalm-baseline Changelog

1.3.2 - 2024-08-15

  • Enable Forward Compatibility

1.3.1 - 2024-04-13

  • Use invoke later for removeFromBaselineCallback

1.3.0 - 2024-03-19

  • Removed deprecation of scheduleRebuild

1.2.3 - 2024-03-19

  • Compatibility for Intellij 2024.1 (fixed)

1.2.2 - 2024-03-18

  • Compatibility for Intellij 2024.1

1.2.1 - 2023-06-15

  • fix: catch exception by @martin3398 in #14

1.2.0 - 2023-06-07

  • Feature: Index on multi-baseline-projects/parent-projects
  • 8 no errors displayed on multi project by @martin3398 in #11

1.1.3 - 2023-06-06

  • bugfix: infer occurrences from code count if absent by @martin3398 in #9
  • fix upper version
  • release fix
  • Release Version 1.0.0
  • fix: catch relativeTo exception

Added

  • fixed idea in plugin name

Added

  • added icon

Added

  • bugfix: add blank line to end of baseline

Added

  • added intention to remove baseline errors
  • added inspection to display baseline errors
  • added index to parse the baseline
  • Initial scaffold created from IntelliJ Platform Plugin Template