Skip to content

Commit

Permalink
update README and history
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Aug 18, 2019
1 parent d9500b9 commit 4fb73f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
* Refactor support for renaming fields for subclasses of `BaseModel`
* (If the field name is refactored from the model definition or `__init__` call keyword arguments, PyCharm will present a dialog offering the choice to automatically rename the keyword where it occurs in a model initialization call.
* Search related-fields by class attributes and keyword arguments of `__init__` with `Ctrl+B` and `Cmd+B`

#### pydantic.dataclasses.dataclass
Support same features as `pydantic.BaseModel`

## How to install:
### MarketPlace
Expand Down
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2>version 0.0.14</h2>
<p>Features</p>
<ul>
<li>Support pydantic.dataclasses.dataclass [#]</li>
<li>Support pydantic.dataclasses.dataclass [#43] </li>
<li>Search related-fields by class attributes and keyword arguments of __init__. with Ctrl+B and Cmd+B [#42] </li>
</ul>
<h2>version 0.0.13</h2>
Expand Down Expand Up @@ -40,7 +40,7 @@
</li>
<li>pydantic.dataclasses.dataclass
<ul>
<li>The plugin has not supported dataclass yet.</li>
<li>Support same features as `pydantic.BaseModel`</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 4fb73f0

Please sign in to comment.