Blog

TestBox v3.2.0 Released!

Luis Majano February 27, 2020

Spread the word

Luis Majano

February 27, 2020

Spread the word


Share your thoughts


We are excited to announce a new minor release of TestBox version 3.2.0. To install just use CommandBox: install testbox --saveDev or to update your TestBox installation update testbox. So let's explore this release

What's New With 3.2.0

Bugs

  • [TESTBOX-265] - Code coverage doesn't always capture ending parenthesis
  • [TESTBOX-268] - When the key existed notToHaveKey wasn't failing
  • [TESTBOX-269] - missing raw_trace in simple.cfm
  • [TESTBOX-270] - Lowercase cbstreams for case-sensitive file systems

Improvements

  • [TESTBOX-267] - Moved invoke block from bottom of method into if block for "detect negation" instead of stack overflow errors
  • [TESTBOX-272] - Add formatting config and scripts

Add Your Comment

Recent Entries

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026