Releases: dl-solarity/hardhat-markup
Releases · dl-solarity/hardhat-markup
v1.0.8
Release notes v1.0.8 🎉
This is a bug fix release
- Fixed a bug with
@inheritdoc
and modifiers that crushed the plugin.
v1.0.7
Release notes v1.0.7 🎉
This is a script update release
v1.0.6
Release notes v1.0.6 🎉
This is a dependency update release
- Updated dependencies to the latest versions.
v1.0.5
Release notes v1.0.5 🎉
This is a bug fix release
- Solidity allows
@param
tag to be used instead @return
tag on the return function values. Also, the same tags may be interchanged for the event parameters. The plugin accounts for that behavior now.
v1.0.4
Release notes v1.0.4 🎉
This is a bug fix release
- Fixed a documentation generation bug in which peer prettier was used instead of the built-in one.
- Cosmetics: removed an empty
#
string from the output MD file.
- Migrated to prettier 3.0.0.
v1.0.3
Release notes v1.0.3
This is the first stable release
Generate smart contract documentation with ease.