Skip to content

Releases: koxudaxi/pydantic-pycharm-plugin

0.0.17

03 Sep 10:58
d238f50
Compare
Choose a tag to compare
  • Fix removing fields on non-subclasses of pydantic.BaseModel and pydantic.dataclasses.dataclass [#62]

0.0.16

02 Sep 05:26
8103b86
Compare
Choose a tag to compare
  • Remove fields on auto-completion of subclasses of pydantic.BaseModel and pydantic.dataclasses.dataclass [#61]
  • Change default value "..." to None on auto-completion [#60]
  • Add types and default values to popup of auto-completion [#54]
  • Fix class imported path on auto-completion [#54]

0.0.15

27 Aug 16:58
Compare
Choose a tag to compare
  • Improve autocompletion for signature subclasses of pydantic.BaseModel and pydantic.dataclasses.dataclass [#51]
  • Update kotlin version to 1.3.50 [#50]
  • Support to detect types by default value on Schema [#49]
  • Improve inner logic [#47, #52]

0.0.14

19 Aug 15:16
57e96c2
Compare
Choose a tag to compare
  • Support default values [#46]
  • Ignore warning for self argument with @validator [#45]
  • Support pydantic.dataclasses.dataclass [#43]
  • Search related-fields by class attributes and keyword arguments of__init__. with Ctrl+B and Cmd+B [#42]

0.0.13

16 Aug 14:05
9146fcc
Compare
Choose a tag to compare
  • Fix to check a type of fields without a type-hint [#39]
  • No arguments required for BaseSettings [#38]

0.0.12

14 Aug 14:49
79f62d4
Compare
Choose a tag to compare
  • Support refactoring fields by a keyword argument [#34]
  • Support refactoring super-classes and inheritor-classes [#34]
  • Support ellipsis(...) in fields [#31]
  • Support Schema in fields [#33]

0.0.11

12 Aug 16:26
fbf777d
Compare
Choose a tag to compare
  • fix a bug to cast null to non-null object
  • add description

0.0.10

11 Aug 20:11
46d660c
Compare
Choose a tag to compare
  • support refactoring field names

0.0.9

10 Aug 19:44
3f2c2d1
Compare
Choose a tag to compare
  • fix bugs to handle class

0.0.8

09 Aug 17:34
fe920e0
Compare
Choose a tag to compare
  • fix to assert a class method