Skip to content

Releases: koxudaxi/pydantic-pycharm-plugin

0.0.28

27 Nov 16:43
1e161dd
Compare
Choose a tag to compare
  • Support positional arguments for dataclasses [#91]
  • Fix field names treated with incorrect scope [#90]

0.0.27

19 Nov 16:26
Compare
Choose a tag to compare
  • Support to inspect read-only property [#86]

0.0.26

30 Oct 17:51
Compare
Choose a tag to compare
  • Support to inspect from_orm() [#85]
  • Improve to handle Config [#85]

0.0.25

24 Oct 04:34
20f5d20
Compare
Choose a tag to compare
  • Add auto-completion for config fields [#84]
  • Support allow_population_by_field_name [#82]

0.0.24

14 Oct 04:15
Compare
Choose a tag to compare
  • Fix inspection on namedtuple [#81]

0.0.23

11 Oct 07:12
6911986
Compare
Choose a tag to compare
  • Ignore protected and private fields [#79]

0.0.22

24 Sep 05:32
5e89bfd
Compare
Choose a tag to compare
  • Fix first parameter type of a validator method [#76]
  • Fix auto-completion for Fields [#75]
  • Improve to insert validate methods [#74]
  • Support root_validator [#72]
  • Support Field for v1 [#71, #73]

0.0.20

19 Sep 22:27
5237b5a
Compare
Choose a tag to compare
  • Support all features by parameters [#67]
  • Fix to handle models which have __init__ or __new__ methods [#67]

0.0.19

11 Sep 05:14
9232eaf
Compare
Choose a tag to compare
  • Fix wrong warning message for cls initialization [#66]

0.0.18

09 Sep 04:18
09a68e3
Compare
Choose a tag to compare
  • Support alias on Schema [#64]