Skip to content

Commit

Permalink
documenting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 4, 2024
1 parent 6b396de commit 27b6e78
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- BL-491 New module settings:

```js
// The CF -> BL AST transpiler settings
// The transpiler is in the core, but will eventually live in this module, so the settings are here.
transpiler = {
// Turn foo.bar into foo.BAR
upperCaseKeys = true,
// Add output=true to functions and classes
forceOutputTrue = true,
// Merged doc comments into actual function, class, and property annotations
mergeDocsIntoAnnotations = true
}
```

- BL-449 preserve single quotes
- Added more docs
- Added new BIFS: `getVariable()`, `setVariable()`, `getComponentMetadata()`, `getMetaData()`, `deleteClientVariable()`, `getClientVariablesList()`

Expand Down

0 comments on commit 27b6e78

Please sign in to comment.