Releases: wasm-ecosystem/assemblyscript-unittest-framework
Releases · wasm-ecosystem/assemblyscript-unittest-framework
1.3.0
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
1.2.4
What's Changed
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- migrate necessary packages to dependencies by @XMadrid in #16
- chore: clean temp test file by @HerrCai0907 in #18
- feat: ignore unreachable branch to improve branch coverage precision by @HerrCai0907 in #19
- update eslint to v9 by @Changqing-JING in #22
- Added
flags
option to the precompile step by @nguterresn in #27
New Contributors
- @Changqing-JING made their first contribution in #22
- @nguterresn made their first contribution in #27
Full Changelog: 1.2.1...1.2.2
1.2.1
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.1
1.1.0
What's Changed
New Contributors
- @HerrCai0907 made their first contribution in #7
Full Changelog: 1.0.4...1.1.0