0.18.2 (2024-12-05)
✨ Features
- Add
nitrogen init <moduleName>
to create new Nitro Modules with template (#392) (583942f) - Add a
nitro.schema.json
schema to validatenitro.json
files (#390) (f7802e2) - Add native
NITRO_VERSION
to C++ codebase and warn if it's out of sync (#398) (04e73d8)
🐛 Bug Fixes
- Check
std::exception_ptr
for null (#381) (b916d5f) - Remove
packages/template
from bun workspace (#396) (c423cd3) - Replace placeholders to make them windows compatible (
<<*>>
->$$*$$
) (#385) (4ffa3ae)