Skip to content

Release v3.10.0

Choose a tag to compare

@kkoomen kkoomen released this 28 Apr 16:37
· 672 commits to master since this release
d336129

3.10.0 (2021-04-28)

Bug Fixes

  • fix issue with return type not rendering when it should (3421840)
  • fix issue with void return being rendered (3126f68)
  • get omit_redundant_param_types test passing, add better description (7882a1a)
  • optimise code and fix filetype switching issue (e6bab1f)
  • revert changing default to optional in membertype expressions template. (e17fb0b)
  • revert version (60ec8f0)

Features

  • Add option to remove redundant param types in jsdoc. (17b6147)
  • Add tests for omit_redundant_param_types option for javascript, add option description to readme. (3049d64)