Skip to content

v3.0.0

Compare
Choose a tag to compare
@lmajano lmajano released this 12 Feb 23:55

3.0.0

Added

  • New json output strategy for machine-readable documentation
  • New addStrategy() method for multiple strategy support

Changed

  • Can configure strategy with "alias" name, like strategy="HTML".

Removed

  • Removed HTML as the default strategy. You will need to explicitly pass this to the constructor or to docbox.addStrategy( "HTML", props ) to set your desired output format.

Fixed

  • Fixed failing XMI strategy