Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

81 lines (53 loc) · 2.89 KB

Changelog

[Unreleased]

Added

  • Implement PsiReferenceContributor, complete the reference association between dto prop and entity prop
  • Reference parsing of imported elements is supported
  • Blank lines after comments are formatted
  • Reference parsing of args in #allScalars

Fixed

  • Issue #28: Improve the formatting of enum mapping
  • Issue #27: Fixed hint for child prop in multi-level props
  • Fixed an error where there were no elements in the enum-mapping when the code was colored
  • Enhanced error messaging and quick fix suggestions for #allScalars when args are missing
  • Enhanced error messaging for function when args are missing
  • Enhanced error messaging for alias-group when alias-pattern is missing

[0.0.7.34] - 2025-01-14

Added

  • Support for folding child content within curly braces

Fixed

  • Issue #27: Fixed the parsing error in the alias-group in version 2024.3.1.1
  • Fixed the parsing error of the null method in the specification

[0.0.7.33] - 2025-01-09

Fixed

  • Issue #26: Fixed incorrect indentation levels after pressing Enter
  • Issue #25: Fixed property hints were missing in associated property body and flat body due to changes in the BNF structure
  • Issue #24: Fixed spaces could not follow as in the alias-group

[0.0.7.32] - 2025-01-08

Added

  • Formatting: Remove spaces around the parentheses (), [], <>
  • Formatting: Space around ->
  • Formatting: Space around the as keyword
  • Formatting: A space after the export keyword in export statements
  • Formatting: A newline and a tab before -> in export statements
  • Formatting: Indentation of child elements within Dto body, associated property body, and as block body
  • Formatting: Handling spaces before the opening curly brace
  • Formatting: Adding blank lines before and after properties in Dto body

Fixed

  • Support for missing in and out keywords when using generics

[0.0.7.31] - 2025-01-07

Added

  • Basic completion of formatting controls

Fixed

  • Incorrect removal of @ when using fully qualified mode for annotation hints
  • Failure to trigger package imports after removing qualified-type-name
  • Fix the impact of whitespace on the logic of obtaining export and import package structures

[0.0.7.30] - 2025-01-01

Added

  • Nested annotation hints, nested annotation parameter hints
  • Annotation parameter hints

Fixed

  • Incorrect hint information listed when using fully qualified names to input annotations
  • Import hints sometimes ineffective
  • Fix the impact of whitespace on the logic of obtaining export and import package structures