Skip to content

Releases: HQ20/soldoc

v0.1.3-beta.3

08 Jun 13:38
Compare
Choose a tag to compare
v0.1.3-beta.3 Pre-release
Pre-release

What’s Changed

Dependencies updated.

v0.1.3-beta.2

13 May 11:40
Compare
Choose a tag to compare
v0.1.3-beta.2 Pre-release
Pre-release

What’s Changed

🚀 New features and improvements

  • Small UI improvements (UI refactor on main container)
  • Export typescript definitions

v0.1.3-beta.0

05 Feb 17:58
Compare
Choose a tag to compare
v0.1.3-beta.0 Pre-release
Pre-release

What’s Changed

🚀 New features and improvements

🐛 Bug Fixes

v0.1.2

28 Jan 17:06
Compare
Choose a tag to compare

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

👻 Maintenance

v0.1.2-beta.7

24 Jan 16:23
Compare
Choose a tag to compare
v0.1.2-beta.7 Pre-release
Pre-release

What’s Changed

0.1.1 Stable Release

02 Aug 15:14
Compare
Choose a tag to compare

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

03 Jul 14:14
Compare
Choose a tag to compare

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

30 May 22:08
Compare
Choose a tag to compare
UI improvements Pre-release
Pre-release

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.

First beta release!

20 Apr 00:42
Compare
Choose a tag to compare
First beta release! Pre-release
Pre-release

Hi,

This is the first release of soldoc.
Currently, soldoc is able to parse comment from functions and organize them, extracting the @dev, all @params and one @return.
Besides generating an HTML page with some soft colors, it also generates a PDF 🙈
Although at this point the PDF is not that pretty.