File tree 1 file changed +7
-5
lines changed 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SequenceDiagram Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 2.2.1]
4
6
### Added
5
7
- Add ShowSequenceActionGroup
6
8
- Extract openapi
126
128
- Place inside method will generate sequence diagram for enclosed method.
127
129
- Place at class name or anywhere other than method will pop up method list to choose.
128
130
129
- ### Fixed
131
+ ### Fixed
130
132
- Issue #81 IndexOutOfBoundsException
131
133
- Issue #82 Null pointer exception after double-click in the diagram
132
134
- Issue #88 Exported PlantUML is zero-length for reopened SDT files
207
209
## [ 1.2.0]
208
210
### Added
209
211
- new feature: Smart Interface, List implementation of interface in project, user can choose one to
210
- show in sequence diagram. If only one implementation found, it will show automatically.
211
-
212
+ show in sequence diagram. If only one implementation found, it will show automatically.
213
+
212
214
## [ 1.1.0]
213
215
### Fixed
214
216
- fix issue #3 support parameter is another method call, fix issue #4 support pipeline call.
219
221
220
222
## [ 1.0.8]
221
223
### Changed
222
- - Refine not to call "@Deprecated " methods. Add Exclude Settings. Change the name to SequenceDiagram.
224
+ - Refine not to call "@Deprecated " methods. Add Exclude Settings. Change the name to SequenceDiagram.
223
225
224
226
## [ 1.0.7]
225
227
### Changed
226
- - Remove "com.intellij.diagram" dependency.
228
+ - Remove "com.intellij.diagram" dependency.
227
229
228
230
## [ 1.0.6]
229
231
### Fixed
You can’t perform that action at this time.
0 commit comments