Releases: koxudaxi/pydantic-pycharm-plugin
Releases · koxudaxi/pydantic-pycharm-plugin
v0.4.15
- Resolve plugin crash in PyCharm Community Edition after 2024.2 update [#981]
v0.4.13
- Fix unresolved ClassVar attribute error [#919]
v0.4.12
- Skip multi resolve item when is in dumb mode [#885]
- Fix
@model_validator(mode="before")
causes "Problematic nesting of decorators" inspection false positive [#882]
- Support 241 EAP [#879]
- Inspect undefined field [#858]
v0.4.11
- Improve annotated default detection for v2 [#857]
- Improve annotated default detection [#856]
- Fix named argument as positional in popup [#855]
- (🎁) Add icon [#849]
v0.4.10
- Support PyCharm 2023.3 [#840]
v0.4.9
- Fix False positive for non-decorator use of validator [#818]
- Support 2023.3 EAP [#813]
v0.4.8
- Improve RootModel inspection [#783]
- Fix populate_by_name [#779]
- Ignore
__init__
method if parameter is only only **kwargs
arguments. [#798]
- Fixed problem refactoring unrelated fields [#800]
v0.4.7
- Fix false positive "root cannot be mixed with other fields" -- ty… #780]
- treat model validator as an instance method when mode='after' #779]
- Fix NullPointerException of getExternalDocumentationUrl #778]
- Fix false positive validator asterisk [#777]