Releases: koxudaxi/pydantic-pycharm-plugin
Releases · koxudaxi/pydantic-pycharm-plugin
v0.4.1-231
- Support 2023.1 EAP [#633]
v0.4.0
- Fix wrong inspections when a model has a call method [#655]
- Reduce unnecessary resolve in type providers [#656]
- Optimize resolving pydantic class [#658]
- Improve dynamic model field detection [#659]
- Improve test coverage [#660]
- Use multiResolveCalleeFunction instead of getResolvedPsiElements [#661]
v0.3.17
- Support Union operator [#602]
- Ignore forbid for double star arguments [#603]
- Improve dataclass default Value detection [#604]
- Add inspection for default factory [#605]
- Improve insert arguments [#607]
- Fix None default value on Field function[#608]
- Improve dataclass support [#609]
v0.3.16
- avoid AlreadyDisposedException [#585]
- Fix kotlin jvm target option [#586]
- Improve code style [#587]
- Prevent Recursion problem [#594]
- Improve version management [#595]
- Fix completion adds superfluous equal to field_name [#596]
v0.3.15
- Fix NotFound getDataclassParameters error [#573]
v0.3.14
- Support IntelliJ IDEA 2022.3 [#519]
v0.3.13
Features
- Support IntelliJ IDEA 2022.2.2 [#517]
v0.3.11
Features
- Support IntelliJ IDEA 2022.1 [#436]
BugFixes
- Fix Null Pointer Exception in PydanticTypeCheckerInspection [#431]
Release 0.3.10
Features
- Support IntelliJ IDEA 2021.3 [#407]
BugFixes
- Fix a typo in the settings [#408]