Skip to content

Releases: wasm-ecosystem/assemblyscript-unittest-framework

1.3.0

25 Jun 14:58
8966805
Compare
Choose a tag to compare

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 deprecated testcase 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

Full Changelog: 1.2.4...1.3.0

1.2.4

17 Jun 02:10
3f6537e
Compare
Choose a tag to compare

What's Changed

  • Fix/retrieval include paths correctly by @XMadrid in #31

Full Changelog: 1.2.3...1.2.4

1.2.3

17 Jun 02:10
204d5a6
Compare
Choose a tag to compare

What's Changed

  • Fix: move packages from devDependencies to dependencies by @XMadrid in #30

Full Changelog: 1.2.2...1.2.3

1.2.2

15 May 01:29
b53f4ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

11 Mar 07:03
Compare
Choose a tag to compare

1.2.0

11 Mar 07:03
414f9ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

26 Feb 06:12
a1e2089
Compare
Choose a tag to compare

What's Changed

  • fix import-auto-injection cannot handle i64 by @XMadrid in #13
  • instrument function mock stub for ~lib functions by @XMadrid in #14

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

20 Feb 10:22
d85299f
Compare
Choose a tag to compare

What's Changed

  • feat: inject default function when WASM has undefined import function by @xpirad in #9

New Contributors

Full Changelog: 1.0.4...1.1.0

1.0.4

17 Feb 13:53
541736b
Compare
Choose a tag to compare

What's Changed

  • Implement uncovered branch highlight by @xpirad in #2

New Contributors

  • @xpirad made their first contribution in #2

Full Changelog: 1.0.3...1.0.4