brighterscript-formatter
Advanced tools
Changelog
[1.6.1] - 2021-06-21
Changelog
[1.6.0] - 2020-11-25
try
/catch
/throw
/end try
Changelog
[1.5.5] - 2020-10-28
Changelog
[1.5.4] - 2020-07-29
bsconfig.schema.json
in the npm package when published (because it was not included in the files
array in package.json
).Changelog
[1.5.3] - 2020-07-19
bsfmt.schema.json
file in the package for use in tooling.Changelog
[1.5.2] - 2020-07-19
Runner
from index.ts
directly to simplify API usage.Changelog
[1.5.1] - 2020-07-19
Runner#getBsfmtOptions
which allows external api consumers to use the standard file loading logic.bsfmt.json
loading.bsfmt.json
path.Runner#loadOptionsFromFile
introduced in v1.5.0 in favor of getBsfmtOptions
. Although this is technically a breaking change, it is very unlikely that anyone is actively calling that new method.Changelog
[1.5.0] - 2020-07-18
Changelog
[1.4.0] - 2020-05-29
insertSpaceBetweenAssociativeArrayLiteralKeyAndColon
which will ensure exactly 1 or 0 spaces between an associative array key and its trailing colon. (#17)Changelog
[1.3.0] - 2020-05-21
formatMultiLineObjectsAndArrays
which inserts newlines and indents multi-line objects and arrays