Skip to content

v0.5.0

Compare
Choose a tag to compare
@mtrajano mtrajano released this 28 Aug 12:56
· 38 commits to master since this release

Changed

  • parseDescriptions config option was changed to parseDocBlock
  • parseDocBlock now takes the first part of your docBlock as the summary if parseDocBlock is true, it will default to empty if false.
  • parseDocBlock will take the rest of the docBlock (other than annotations) as the route's description.
  • depracated will now default to false if parseDocBlock is false