Skip to content

Releases: koxudaxi/pydantic-pycharm-plugin

v0.4.0

02 Mar 03:43
3f5fe1c
Compare
Choose a tag to compare
  • 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

16 Dec 06:25
b518011
Compare
Choose a tag to compare
  • 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

09 Dec 07:40
a174f22
Compare
Choose a tag to compare
  • 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

09 Nov 18:01
c89f427
Compare
Choose a tag to compare
  • Fix NotFound getDataclassParameters error [#573]

v0.3.14

17 Oct 17:58
2bb48eb
Compare
Choose a tag to compare
  • Support IntelliJ IDEA 2022.3 [#519]

v0.3.13

27 Jul 19:32
89ed9e1
Compare
Choose a tag to compare

Features

  • Support IntelliJ IDEA 2022.2.2 [#517]

v0.3.12

10 Mar 16:33
eeb62bc
Compare
Choose a tag to compare

Features

  • Support SQLModel [#450]

v0.3.11

22 Feb 15:40
ee996c6
Compare
Choose a tag to compare

Features

  • Support IntelliJ IDEA 2022.1 [#436]

BugFixes

  • Fix Null Pointer Exception in PydanticTypeCheckerInspection [#431]

Release 0.3.10

09 Dec 18:03
1627f99
Compare
Choose a tag to compare

Features

  • Support IntelliJ IDEA 2021.3 [#407]

BugFixes

  • Fix a typo in the settings [#408]

Release 0.3.9

02 Dec 18:57
cee0e3d
Compare
Choose a tag to compare

Features

  • Support PyCharm 2021.3 [#400]