Releases: NBCL-Lang/nbcl
Releases · NBCL-Lang/nbcl
Nbcl 0.5.1
Nbcl 0.5.0
Added
get_current_filefunction to Context.
Fixed
- Not being able to escape string interpolation.
- Not able to use if statements inside node body.
- Optional params being required inside component.
Full Changelog: v0.4.6...v0.5.0
Nbcl 0.4.6
Fixed
- Components being inaccessible within that module itself.
- Statements not extending nodes within imported modules.
Nbcl 0.4.5
Fixed
- Keyword boundary problem with snake idents.
Nbcl 0.4.4
Fixed
- Lambdas letting only the first statement pass through.
Nbcl 0.4.3
I think I forgot to make the 0.4.2 release.
Fixed
- Context structure lacking derive Clone.
Full Changelog: v0.4.1...v0.4.3
Nbcl 0.4.1
Very important fixes.
Fixed
- Not able to define node in if, while, for, etc.
- Not being able to return node in lambda.
- Node not expanding when returned from function at top level.
Full Changelog: v0.4.0...v0.4.1
NBCL 0.4.0
A small release mainly bundling bug fixes and two very important features.
Added
- Internal Object type to register data that user cant interact with.
- String interpolation support for variables.
Fixed
- Strict prop validation throwing error on matching types.
- Not checking child count on native nodes.
- Not throwing error when properties were passed to a component that expected none.
- Wasm using outdated API.
- No default feature build failing.
Full Changelog: v0.3.4...v0.4.0