What's Changed
- refactor: merge Promise.all inside and outside of executor by @HerrCai0907 in #35
- chore: avoid getIncludeFiles test deps on src folder structure by @HerrCai0907 in #37
- refactor: use ExecutionRecorder to collect assert result by @HerrCai0907 in #36
- Refactor: improve performance and reduce memory cost during precompile and compile stage by @XMadrid in #38
- refactor: move coverage collector logic from AS to JS by @HerrCai0907 in #39
- chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot in #41
- refactor: centralized control temporary file path by @HerrCai0907 in #40
- chore: add badges by @HerrCai0907 in #42
- Feat/support list test names by @XMadrid in #43
- feat: support to print log messages of failed test case in summary by @HerrCai0907 in #44
- chore: move doc to github.io with vitepress by @HerrCai0907 in #45
- refactor: extract SingleExecutionResult from ExecutionRecorder by @HerrCai0907 in #46
- chore: add doc for how to mock method by @HerrCai0907 in #47
- chore: add contributors part in doc page by @HerrCai0907 in #48
- chore: add doc for options by @HerrCai0907 in #49
- chore: add e2e test by @HerrCai0907 in #51
- Feat/support test name pattern by @XMadrid in #50
- chore: enhance e2e test by extracting common part by @HerrCai0907 in #52
- support --onlyFailures by @XMadrid in #53
- feat: log stack trace when AS crash due to assert by @HerrCai0907 in #54
- fix: add
testFiles
option to replace deprecatedtestcase
by @HerrCai0907 in #55 - chore: prepare release note for 1.3.0 by @HerrCai0907 in #56
- feat: skip type definitions during code coverage calculation by @XMadrid in #57
- feat:code coverage calculation treat switch case statements correctly by @XMadrid in #58
New Contributors
- @dependabot made their first contribution in #41
Full Changelog: 1.2.4...1.3.0