Skip to content

Releases: Ortus-Solutions/DocBox

5.0.1

06 Jan 20:56

Choose a tag to compare

v5.0.1

Latest Release v5.0.1

v5.0.0

06 Jan 18:49
aa6cee1

Choose a tag to compare

[5.0.0] - 2026-01-06

Added

  • New bx-docbox artifact for BoxLang projects
  • New engine support: Adobe 2025
  • BoxLang support and BoxLang prime
  • Ability to do generation from BoxLang projects and source code
  • New themes and templates for API generation
  • New modern default theme for API generation
  • New dark mode for default theme
  • New search functionality for classes and methods in API theme
  • New filtering functionality for methods by visibility and type in API theme

4.1.1

13 Feb 20:51

Choose a tag to compare

Fixed

  • Missed branch identifier in build process

4.1.0

13 Feb 14:47

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

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

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

Choose a tag to compare

Merge remote-tracking branch 'refs/remotes/origin/development'