Skip to content

Releases: Ortus-Solutions/DocBox

4.1.1

13 Feb 20:51
Compare
Choose a tag to compare

Fixed

  • Missed branch identifier in build process

4.1.0

13 Feb 14:47
Compare
Choose a tag to compare

Added

  • Adobe 2023 Testing and Support
  • New Github Actions
  • New supporting files
  • New build/Docs.cfc task for building the documentation using itself, before we where getting away with it because there was a previous DocBox version. Now we need to build the docs with the current version of DocBox.

Fixed

  • Build Versions and changelog
  • Removal of box.zip in root from old scripts

v4.0.0

03 Aug 10:18
Compare
Choose a tag to compare

⚠ BREAKING

  • Dropped support for Adobe 2016. Adobe doesn't support ACF 16 anymore, so neither do we.

📦 NEW

  • Added support for Adobe 2021
  • Added support for @myCustomTag custom docblock tags on methods. (Already supported on components and properties, but missing on methods).
  • Added GitHub Actions CI for automated testing, format checking, releases and more

🐛 FIX:

  • Fixes support for Adobe 2018. (Mainly in the CommandBox strategy.)

v3.0.0

12 Feb 23:55
Compare
Choose a tag to compare

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

v2.0.5

19 Jan 05:14
Compare
Choose a tag to compare
Merge remote-tracking branch 'refs/remotes/origin/development'