Release v1.4.2 (Dropping xmlparsedata, Benchmark Re-Runs, and Repl Fixes)
What's Changed
- Persist history of flowR REPL sessions by @Ellpeck in #641
- Feat: Follow up on source calls by @Ellpeck in #609
- feat-fix: fix REPL parsing with inline scripts by @bjthehun in #657
- Chore: High Severity Vulnerability in Deps by @Ellpeck in #660
- Use hashing for parse request fingerprints by @Ellpeck in #658
- Add a startup configuration file for flowr by @Ellpeck in #651
- doc: Git Lfs Use in the Flowr Repository by @EagleoutIce in #663
- doc: Explain how to run tests from IDEs by @bjthehun in #664
- Always Require Parenthesis with
new
by @Ellpeck in #671 - lint: add curly rule and fix curly braces by @Ellpeck in #676
- Drop xmlparsedata and replace it with getParseData by @Ellpeck in #659
- fix: typo in performance test doc by @EagleoutIce in #682
- Performance fixes for #659 by @Ellpeck in #684
- Lint: Adopt Consistent Curly-Brace Code-Style by @EagleoutIce in #688
- ESLint Stylistic checks formatting by @bjthehun in #690
- Simplify Dataflow Tests by @bjthehun in #665
- feat-fix: handle Infinity, NaN in value conversion by @bjthehun in #692
- Linter: Combine Imports by @Ellpeck in #701
- Simplify Environments in Dataflow Tests by @bjthehun in #696
- Document the Visual Studio Code Extension by @EagleoutIce in #710
- Improve dependency management for flowr by @Ellpeck in #714
- Ensure low logging level on npm by default by @Ellpeck in #717
- Add startup argument and flowr config file entry for changing the R shell's R executable by @Ellpeck in #718
- Allow running benchmarks multiple times by @Ellpeck in #719
- feat-fix: don't sum ultimate stats by @Ellpeck in #721
- Remove references to xmlparsedata from docs by @Ellpeck in #723
- Fix: Repl Multi-Expression Prompts Are Still a Problem by @Ellpeck in #722
- Fix Repl Crashes for Invalid Input by @Ellpeck in #727
- Reduce Number of Benchmark Re-Runs in CI by @EagleoutIce in #729
- Autocomplete Options in flowR repl by @Ellpeck in #730
- CI changes by @bjthehun in #734
- Defer Script Initialization to Allow Building the Benchmarks by @EagleoutIce in #736
Full Changelog: v1.4.1...v1.4.2