Releases: jfeliu007/goplantuml
Releases · jfeliu007/goplantuml
Nested Packages and Generic - BROKEN BUILD - AVOID USE
- BROKEN BUILD - AVOID USE
- Some package names are not correctly named, some packages will display a number instead of the actual package name. This needs to be corrected.
What's Changed
- Updating dumels badge to server by @ericbrisrubio in #171
- Issue 172 by @jfeliu007 in #173
- makes sure we do not access index 0 if it is not present in some places by @jfeliu007 in #175
- Introduces Nested Packages. by @jfeliu007 in #176
- Add Generics support by @jfeliu007 in #177
New Contributors
- @ericbrisrubio made their first contribution in #171
Full Changelog: v1.6.2...v1.6.3
Fixed typos and format of code for the go report card
What's Changed
- Fix typo in README file by @rohinivsenthil in #149
- issue-154 - Added information in the README by @jfeliu007 in #155
- issue-146 - Fix Typo by @jfeliu007 in #156
New Contributors
- @rohinivsenthil made their first contribution in #149
Full Changelog: v1.6.0...v1.6.2
Revert back to version 1
What's Changed
- Support for parenthesized type declarations by @jfeliu007 in #107
- Adds a -hide-private-members flag by @weters in #110
- Fix error from named imports and anonymous fields by @csams in #124
- Add github action to the repo by @jfeliu007 in #130
- Fix return parametrized error and added go Mod. by @jfeliu007 in #128
- Updated install instructions to "go install" per issue 119 by @Heidelberger in #126
- Changed to version 2. by @jfeliu007 in #133
- Added folder structure for version 2. by @jfeliu007 in #134
- Restructured folders for v2 by @jfeliu007 in #135
- revert back to v1 in the go mods by @jfeliu007 in #138
New Contributors
- @weters made their first contribution in #110
- @csams made their first contribution in #124
- @Heidelberger made their first contribution in #126
Full Changelog: v1.5.2...v1.6.1
Added github actions and mod support + fixes
What's Changed
- Support for parenthesized type declarations by @jfeliu007 in #107
- Adds a -hide-private-members flag by @weters in #110
- Fix error from named imports and anonymous fields by @csams in #124
- Add github action to the repo by @jfeliu007 in #130
- Fix return parametrized error and added go Mod. by @jfeliu007 in #128
- Updated install instructions to "go install" per issue 119 by @Heidelberger in #126
- Changed to version 2. by @jfeliu007 in #133
- Added folder structure for version 2. by @jfeliu007 in #134
- Restructured folders for v2 by @jfeliu007 in #135
New Contributors
- @weters made their first contribution in #110
- @csams made their first contribution in #124
- @Heidelberger made their first contribution in #126
Full Changelog: v1.5.2...v1.6.0
Path to fix class instance not present in the struct method
Merge pull request #104 from jfeliu007/issue-103 issue-103 - Parser fails when processing this library https://github.…
Added fix for Repeatable output
New CLI options -output and -aggregate-private-members
Added two new CLI options
-output (to specify an output file)
-aggregate-private-members (To make aggregations for private members also render)