Skip to content

Releases: koxudaxi/pydantic-pycharm-plugin

v0.3.12

Choose a tag to compare

@github-actions github-actions released this 10 Mar 16:33
eeb62bc

Features

  • Support SQLModel [#450]

v0.3.11

Choose a tag to compare

@github-actions github-actions released this 22 Feb 15:40
ee996c6

Features

  • Support IntelliJ IDEA 2022.1 [#436]

BugFixes

  • Fix Null Pointer Exception in PydanticTypeCheckerInspection [#431]

Release 0.3.10

Choose a tag to compare

@github-actions github-actions released this 09 Dec 18:03
1627f99

Features

  • Support IntelliJ IDEA 2021.3 [#407]

BugFixes

  • Fix a typo in the settings [#408]

Release 0.3.9

Choose a tag to compare

@github-actions github-actions released this 02 Dec 18:57
cee0e3d

Features

  • Support PyCharm 2021.3 [#400]

Release 0.3.8

Choose a tag to compare

@github-actions github-actions released this 20 Sep 13:36
cf1577f

Features

Thanks to @alek-sun

Release 0.3.7

Choose a tag to compare

@github-actions github-actions released this 06 Sep 12:13
eb62fc7

BugFixes

  • Improve resolving ancestor pydantic models [#369]
  • Fix false positive detection of "extra fields not permitted" [#368]

Release 0.3.6

Choose a tag to compare

@github-actions github-actions released this 06 Sep 07:26
cd5b608

BugFixes

  • Fix PydanticDataclassTypeProvider.kt error [#366]
  • Fix Outdated Stub in index error on PydanticAnnotator.kt [#363]
  • Fix NullPointerException in PydanticTypeCheckerInspection.kt [#362]

Release 0.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Aug 17:19
57fb8e8

Features

Thanks to @lada-gagina

Release 0.3.4

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:51
f74bbf5

Features

  • Support ignore-init-method-arguments [#328]
  • Support error for extra attribute with extra = 'forbid' option [#324]

BugFixes

  • Fix default value by variable for Field is not recognized [#323]

Release 0.3.3

Choose a tag to compare

@github-actions github-actions released this 23 May 14:53
eff7e16

CHANGELOG