Releases: FamilySearch/pewpew
Releases · FamilySearch/pewpew
v0.5.13-preview2
v0.6.0-preview3
Changes:
- Major changes: Javascript scripting!
- Updated config-wasm to parse legacy and scripting yaml files
- New binary pewpew-config-updater will attempt to convert legacy config yamls to the new version. If it can't convert the code it will leave in PLACEHOLDERS and TODO
- Known issues:
- Expressions in vars will not wrap environment variables in the expected ${e:VAR}
- vars in logs and provides will not have the prepended _v. before the var name.
Bugs:
- Collect returns an array of strings regardless of input type. Workaround, use scripting to .map(parseInt).
- Declare expressions that create strings will escape out any json/quotes. No workaround currently.
- Vars cannot be decimal point values. Ex peakLoad: 0.87. Workaround: peakLoad: ${x:0.87}
- global loggers may not be running in try script
v0.6.0-preview2
Changes: - Major changes: Javascript scripting! Bugs: - Collect returns an array of strings regardless of input type - auto-converter removes code templates. Leave in and TODO - global loggers may not be running in try script Bug fixes: - Updated config-wasm to parse legacy and scripting yaml files
v0.5.13-preview1
v0.6.0-preview1
Initial release of scripting - Major changes require new yaml - New binary pewpew-config-updater which will attempt to update yaml to the new format - See new changes under /guide - config-wasm now supports v1 (0.5.x) and v2 (0.6.x) of the config
v0.5.12-preview4
Fixed the HDR Histogram build for webpack
v0.5.12
Changes: - Try Run: Clap no longer allows multiple occurences, it only allows multiple passed on one occurence. See [Simplify the takes_value API (range-based takes_values)](https://github.com/clap-rs/clap/issues/2688) and [Clap CHANGELOG](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#400---2022-09-28). This does introduce a bug that if you specify the config file immediately after --include(s) it will think it's part of the --include. The user must either pass another option after -i or put the config file before the -i - Removed the old Svelte Results Viewer Bug fixes: - Updated dependencies
v0.5.12-preview3
Updated Dependencies
v0.5.12-preview2
- Updated Cargo dependencies for OpenSSL Vulnerability - Fixed clippy warnings - Added MacOS11 Github tests - Updated ResultsViewer dependencies - Removed the old Svelte Results Viewer
Mac M1 Compatible Arm edition
aarch64-apple-darwin | ARM64 macOS (11.0+, Big Sur+)