Releases: Ortus-Solutions/DocBox
Releases · Ortus-Solutions/DocBox
5.0.1
v5.0.0
[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
Fixed
- Missed branch identifier in build process
4.1.0
Added
- Adobe 2023 Testing and Support
- New Github Actions
- New supporting files
- New
build/Docs.cfctask 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.zipin root from old scripts
v4.0.0
⚠ 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
@myCustomTagcustom 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
3.0.0
Added
- New
jsonoutput 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