Releases: Ortus-Solutions/DocBox
Releases · Ortus-Solutions/DocBox
4.1.1
4.1.0
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
⚠ 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
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