Skip to content

Commit

Permalink
Release v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanco committed Jun 7, 2023
1 parent 1627281 commit 33f50f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ Current Version
| GeneratorFactory | JavaGeneratorFactory <br> KtGeneratorFactory | UastGeneratorFactory |
| ElementTypeFinder | JavaElementTypeFinder <br> KtElementTypeFinder | |
| ActionFinder | JavaActionFinder <br> KtActionFinder | UastActionFinder |
| SequenceNavigable | JavaSequenceNavigable <br> KtSequenceNavigable | JavaSequenceNavigable[^*] |
| SequenceNavigable | JavaSequenceNavigable <br> KtSequenceNavigable | JavaSequenceNavigable[^1] |

[^*]: `JavaSequenceNavigable` work for Java, Kotlin, Scala, Groovy
[^1]: `JavaSequenceNavigable` work for Java, Kotlin, Scala, Groovy

### Function comparison

Expand Down Expand Up @@ -254,4 +254,6 @@ the repository.
In 2016, I change the Name again to **SequenceDiagram** and host the source code on [github](https://github.com/Vanco/SequencePlugin).
Now it is open source.

Thanks Kentaur for the great work on the original source.
Thanks Kentaur for the great work on the original source.

---

0 comments on commit 33f50f8

Please sign in to comment.