Boltzmann v0.3.0
TypeScript support lands in this release of Boltzmann! Scaffolding with --typescript
creates a project ready to work on with transpilation tools installed. Full types are provided for both boltzmann and tap tests. See the TypeScript example for a taste of what a TypeScript handler looks like.
Boltzmann's scaffolding output has been redesigned to make it more concise and actionable. It now does a better job of managing run scripts in projects that were scaffolded with earlier versions of the tool. It also attempts to detect and respect changes you may have made to standard run scripts.
Breaking change: the test
run script now looks for test files in tests
instead of test
singular. This is more conventional but is a change from previous versions. If you wish to continue to target test
, your edits to that run script will be respected by future versions.
Documentation updates: The templates feature is now documented. The docs site now features a new layout designed for legibility. The latest Boltzmann docs can always be found at https://www.boltzmann.dev/en/docs/latest/ .