Releases: jfeliu007/goplantuml
Releases · jfeliu007/goplantuml
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)
CI improvements and New Rendering Options
More CLI enhancements and bug fixes.
Bug fixes and CLI enhancements
Readme change example image
Includes issue #43