Releases & Updates
Track the latest improvements, features, and fixes in Nex.
1.0.0 31.07.2026
First Release
Nex is officially released to the public, introducing a fully dynamic recipe system: config path optimization and dynamic variable interpolation across both file paths and file contents.
- Config path optimization for faster recipe resolution
- Dynamic path variables — file destinations can use {variable} placeholders (e.g. src/main/java/com/example/{project-name}/middleware)
- Dynamic string interpolation inside file contents (e.g. package declarations, class names)
- Recipe authors declare variable names in the config's `var` array
- Developers are prompted for those values when they download a recipe
- Once filled, the same values can be reused across both file paths and file contents