Skip to content

Release 0.18.2

Compare
Choose a tag to compare
@mrousavy mrousavy released this 05 Dec 14:03
· 95 commits to main since this release

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 validate nitro.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)

πŸ“š Documentation

  • Add nitro.schema.json to docs (4e0249d)
  • Update docusaurus to 3.6.3 (#397) (62064f9)
  • Update Nitro Modules getting started docs (980427d)