Skip to content

Releases: koxudaxi/pydantic-pycharm-plugin

v0.4.5

17 Jul 15:49
e008343
Compare
Choose a tag to compare
  • Add migration guide url for 231 [#750]
  • Update v2 external document url for 231 [#748]
  • Support ConfigDict for 231 [#738]

v0.4.4-232

14 Jul 02:45
4bdd13c
Compare
Choose a tag to compare
  • Support pydantic v2 validators for 232 [#737]

v0.4.4

14 Jul 01:51
Compare
Choose a tag to compare
  • Support pydantic v2 validators for 231 [#736]

v0.4.3-232

26 Jun 09:58
70f87c6
Compare
Choose a tag to compare
  • Support Kotlin 1.8.20 [#719]
  • Update build.yml [#724]
  • Support 232 EAP [#717]

v0.4.3

26 Jun 09:42
Compare
Choose a tag to compare
  • Add error message for root model in v2 [#696]
  • Add official document link [#697]

v0.4.2-231

22 Mar 05:32
Compare
Choose a tag to compare
  • Bump version to 0.4.2-231 [#686]

v0.4.2

21 Mar 16:35
2debd63
Compare
Choose a tag to compare
  • Fix wrong accepts only keyword arguments error [#671]
  • Support # noqa [#680]
  • Fix wrong renaming of a local variable name is same as field name [#681]
  • Fix wrong highlighting [#682]

v0.4.1-231

02 Mar 06:31
Compare
Choose a tag to compare
  • Support 2023.1 EAP [#633]

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]