We our pleased to announce the release of CommandBox 4.2.0. This is a minor release to CFML's CLI, REPL, and Package Manager that addresses a handful of bugs and also adds a number of nice enhancements and new features.
Blog
ColdBox 5.1.4 Released!

Two patch releases have gone out the door for ColdBox, check out the tickets:
What's New With 5.1.3 and 5.1.4

Bugs
TestBox v2.8.0 Released!


We are excited to announce the release of TestBox version 2.8.0. To install just use CommandBox:
box install testbox --savedev
To upgrade your current testbox installation just run the following:
box update testbox
TestBox 2.8.0 is a minor release with some great new functionality and tons of fixes. You can find the release notes here and the major updates for this release.
ColdBox 5.1.2 Released!

What's New With 5.1.2
This is a patch release for ColdBox
Bugs/Regressions
- [COLDBOX-711] - HTML helper cannot add fontawesome icons in button due to XSS enabled b...
ColdBox 5.1.1 Released!

ColdBox 5.1.1 patch update has been released today. This patch covers some major regresssions and improvements for stability. You can find the release notes below.
Bug
- [COLDBOX-703] - regression onmissingmethod on html helper method was public and changed to private
- [
ColdBox 5.1.0 Released!

Ohh happy day! ColdBox 5.1.0 is now available. Using CommandBox just issue a simple update coldbox
and you are done! This release is fully documented and you can find the what's new guide here: https://coldbox.ortusbooks.com/intro/introduction/whats-new-with-5.1.0. Below you will find the major areas of improvement for this release and you can visit the link for the full release notes.
CommandBox 4.1.0 Released

Close on the heels of our big CommandBox 4.0.0 release, we have a small update we've released today: 4.1.0. This release is mostly to fix a couple small bugs in the 4.0.0 release, but it does have a few new features in it, so we've bumped a full minor version instead of just a patch release.
CommandBox 4.0.0 Released

Today we are very pleased to announce the final release of CommandBox 4.0.0. This has been one of our most ambitious releases and closed more than 70 tickets over 6 months of development and testing.
This release has gone through a month of testing that created two release candidates. A big thanks goes out to everyone who helped provide feedback. There are a lot of new features and libraries in 4.0 as well as a major overhaul of many of the UI aspects of the CLI.
CommandBox 4 Release Candidate Available for Testing

After 6 months of development, we are pleased to announce that CommandBox 4.0.0-RC.2 is available for your testing. In case you're wondering, RC.1 was released at Into The Box last month, but I was super busy at the time and on the road for 2 solid weeks and didn't have the docs fully updated, so I didn't have a chance to blog it then. A huge thanks goes out to everyone who help contribute ideas, pull requests, and testing for CommandBox 4. This is truly a group effort.
qb 5.2.0 Released!

Quick announcement today about qb. We're excited to announce that starting with version 5.1.0, QB has full query and schema builder support for four major database grammars:
- Microsoft SQL Server (
MSSQLGrammar
) - MySQL (
MySQLGrammar
) - Oracle (
OracleGrammar
) - Postgres (
PostgresGrammar
)
Set your preferred grammar in your moduleSettings and you are good to go:
...