Skip to content

Releases: OpenZeppelin/solidity-docgen

v0.5.5

04 Sep 23:27
Compare
Choose a tag to compare
  • Fixed a bug in the contracts output structure that would result in contracts missing from the output if there was more than one defined in the same Solidity source file.

This is technically a breaking change in how output paths are generated, but it should not affect most people. In particular, users who follow the convention of naming Solidity files by the contract that they contain will not be affected at all. Users who follow a different convention and who use the contracts output structure (the default) will see output files generated in a different path.

v0.5.4

06 Jul 16:06
Compare
Choose a tag to compare
  • Added a --helpers (-H) option: a path to a file whose exports will be registed as handlebars helpers.