Releases: HQ20/soldoc
v0.1.3-beta.3
What’s Changed
Dependencies updated.
v0.1.3-beta.2
What’s Changed
🚀 New features and improvements
- Small UI improvements (UI refactor on main container)
- Export typescript definitions
v0.1.3-beta.0
v0.1.2
Hello 🍾
Another release, milestone huge reached. But there is still a long way to go.
In this release, we moved to Typescript, converting all the source code. Although the tests are still in JS.
We've merged all the messy generate systems from different outputs into only one class and reused and much as possible from each other.
We've also totally moved to solidity-parser-antlr
which was great. This allowed us to contribute to the tool itself, adding natspec parsing.
New HTML page and a small improvement in PDF.
Shows method visibility, state mutability, contracts inheritance, events and functions listing, etc.
Go ahead, try the new version and stay tuned for the next release. Some very cool things are around the corner 👌
Thank you 👋
What’s Changed (since last release)
🚀 New features and improvements
- improve md output generator (#126) @obernardovieira
👻 Maintenance
- Migrate from tslint to eslint (#116) @obernardovieira
v0.1.2-beta.7
What’s Changed
- Migrate from tslint to eslint (#116) @obernardovieira
- render variables (#96) @obernardovieira
- Fix/ignore a function to be rendered #13 (#97) @obernardovieira
- list inheritance on right side (#82) @obernardovieira
- add visibility and stateMutability (#81) @obernardovieira
- fix/contract structure #50 (#80) @obernardovieira
- clean dependencies (#76) @obernardovieira
- fix/new html template #62 (#74) @obernardovieira
- Fix/move to solidity parser antlr #27 (#61) @obernardovieira
- feature/fix 51 (#52) @obernardovieira
- Fix urls to repo (#28) @zlocate
0.1.1 Stable Release
Hello friend 👋,
It's been a while.
Among many other fixes, we have something really cool to tell you. We now have more output formats. Now you can export your documentation to pure HTML, PDF file, gitbook and docsify.
Yes, you've read it right, 4 formats. 💥 🔥
HTML and PDF templates were already in version 0.1.0 but the templates were improved.
Also, we've been working on a new system to improve comments parsing in the near future, stay tuned. IN the meantime, go meet your new friend on the command line 🐼
Cheers 🥂
See you soon.
0.1.0 stable release
Hello Hello 👋
And here finally is the first release of soldoc. It renders a PDF with a pre-set template, and also a standalone HTML website. No need to run any server, it's pure HTML.
See you soon.
UI improvements
This release brings a lot of improvements in regards to data being parsed, but mostly, a new UI, both for HTML page and PDF.
Please have a look at both 👍
See you soon.