Skip to content

Releases: wasm-ecosystem/assemblyscript-unittest-framework

2.1.0

24 Nov 15:36
b58e804

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

2.0.1

21 Nov 11:54
b48c5f7

Choose a tag to compare

What's Changed

  • fix: use correct logic to set collect coverage by @HerrCai0907 in #97
  • fix: coverage analysis issue when file name and dir name are the same by @HerrCai0907 in #96
  • fix: put entry files as first entry point of ASC to avoid recursive import issue by @HerrCai0907 in #98

Full Changelog: 2.0.0...2.0.1

2.0.0

21 Nov 06:25
89bf57f

Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...2.0.0

1.4.1

29 Oct 02:53
cc95146

Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

10 Oct 08:08
091785f

Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

1.3.1

30 Sep 01:03
1dc6d9b

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

25 Jun 14:58
8966805

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

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

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

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2