Skip to content

Commit

Permalink
feat: 移除未成熟的代码生成器
Browse files Browse the repository at this point in the history
  • Loading branch information
huangbaihua001 committed Mar 19, 2023
1 parent 21fffdb commit 02b268b
Show file tree
Hide file tree
Showing 89 changed files with 8 additions and 7,837 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# RestfulToolkitX Changelog
## [Unreleased]

## [2.1.3] - 2023-03-19
### Removed
- 移除未成熟的代码生成器
- Remove less maturity code generators.


## [2.1.2] - 2023-01-24
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This branch will continue to be compatible with the latest version of IDEA, and
- [x] A simple http request tool.
- [x] Generate&Copy Query Param, Generate&Copy URL on the request method.
- [x] Convert java class to JSON; format json data <em>( Windows: Ctrl + Enter; Mac: Command + Enter ) .
- [x] [Code generator](codeGen.md). Based on [EasyCode]


Generate Code Preview
![code_gen_preview.png](img/code_gen_preview_1.gif)
Expand Down
71 changes: 0 additions & 71 deletions codeGen.md

This file was deleted.

72 changes: 0 additions & 72 deletions codeGen_zh_CN.md

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=jiux.net.plugin.restfultoolkit
pluginName=RestfulToolkitX
pluginVersion=2.1.2
pluginVersion=2.1.3
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=202
Expand Down

This file was deleted.

170 changes: 0 additions & 170 deletions src/main/java/jiux/net/plugin/restful/codegen/actions/MainAction.java

This file was deleted.

Loading

0 comments on commit 02b268b

Please sign in to comment.