Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LuodiJackShen committed Nov 12, 2020
1 parent 642203c commit f38eee2
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 21 deletions.
Binary file modified .gradle/6.3/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/6.3/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/6.3/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/6.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/6.3/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/6.3/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/6.3/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified .gradle/checksums/sha1-checksums.bin
Binary file not shown.
57 changes: 38 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
3. 点击鼠标右键,选择 ```JsonSerializable```或者```JaguarSerializer```,或者直接点击 ```Control+Enter (Windows:Alt+Insert)```

### 版本
* v1.8<br>
&emsp;&emsp;&emsp; 1、新增:JsonSerializable-Terminal,生成代码的同时自动运行flutter pub run命令<br>
&emsp;&emsp;&emsp; 2、新增:JaguarSerializer-Terminal,生成代码的同时自动运行flutter pub run命令<br>
&emsp;&emsp;&emsp; 3、新增:AutoJson-Terminal,自动运行flutter pub run命令<br>
* v1.6 支持Android Studio 4.1; 检测到有自定义类时,自动给JsonSerializable加上 explicitToJson: true 属性; 检测到有三方import时,自动将其对齐到part代码行上面.
* v1.5 修复部分问题;
* v1.4 终于支持jaguar_serializer了;
Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
// version '2020.2.3'
version 'IU-201.6668.121'
// version '2020.2.3' //android studio 4.1以下及Idea 2020.2.3 ,不包括4.1
version 'IU-201.6668.121' //android studio 4.1
plugins 'java', 'com.jetbrains.sh:201.6668.74', "org.jetbrains.plugins.terminal:201.6668.74"
// version 'IU-202.6397.94' //android studio 4.1.1
// plugins 'java', 'com.jetbrains.sh:202.6397.21', "org.jetbrains.plugins.terminal:202.6397.21"
}
patchPluginXml {
changeNotes """
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<idea-plugin>
<id>com.jack.plugin.autojson</id>
<name>AutoJson</name>
<idea-version since-build="201.0" until-build="201.*"/>
<vendor email="[email protected]" url="https://github.com/LuodiJackShen/AutoJson/tree/main">
LuodiJackShen
</vendor>
Expand Down

0 comments on commit f38eee2

Please sign in to comment.