-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from iambumblehead/add-uvu-tests
added uvu tests
- Loading branch information
Showing
6 changed files
with
460 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# changelog | ||
|
||
* 1.6.2 _Dec.04.2021_ | ||
* adds uvu tests and example command to README | ||
* 1.6.1 _Dec.03.2021_ | ||
* adds test verifying deep stacktrace has small path file:/// | ||
* resolve bug: '--loader=esmock' not-found error not thrown | ||
* small README edits, update link to wiki (use Home as default) | ||
* 1.6.0 _Dec.02.2021_ | ||
* reduce file url length (improve readability of stacktrace) | ||
* 1.5.0 _Dec.01.2021_ | ||
* resolve bug around error '--loader=esmock' detection | ||
* 1.4.0 _Nov.30.2021_ | ||
* throw error if esmock is called without --loader=esmock | ||
* 1.3.3 _Nov.28.2021_ | ||
* update quick-start README to include phrase 'unit test' | ||
* 1.3.2 _Nov.27.2021_ | ||
* use quick-start README with link to more descriptive README | ||
* 1.3.1 _Nov.26.2021_ | ||
* add npm keywords, remove lines of code | ||
* 1.3.0 _Nov.26.2021_ | ||
* add support for await import, update README | ||
* 1.1.0 _Nov.25.2021_ | ||
* add windows-latest to testing pipeline and begin windows support | ||
* removed files and functions no longer needed | ||
* increment resolvewithplus package and other dependencies | ||
* 1.0.1 _Nov.02.2021_ | ||
* add node v17.x to testing pipeline | ||
* add, make warning message go away for node 16.12.0+ | ||
* 1.0.0 _Oct.27.2021_ | ||
* release version 1.0 | ||
* 0.4.2 _Oct.27.2021_ | ||
* export 'load' hook from moduleLoader, required by node v16.12.0+ | ||
* 0.4.1 _Oct.10.2021_ | ||
* version bump, increment devDependencies, | ||
* major improvement to README, thanks @swivelgames | ||
* 0.4.0 _Sep.07.2021_ | ||
* do not runtime error when returning type '[object Module]' default | ||
* 0.3.9 _May.05.2021_ | ||
* small change to README | ||
* added a test, update gitlab action to use node 16.x | ||
* 0.3.8 _Apr.21.2021_ | ||
* small change to README | ||
* 0.3.7 _Apr.20.2021_ | ||
* add test, throw error if mocked module path is not found | ||
* 0.3.6 _Apr.19.2021_ | ||
* throw error if mocked module path is not found | ||
* 0.3.5 _Apr.18.2021_ | ||
* added gitlab actions npm test: node 12.x, 14.x and 15.x | ||
* 0.3.3 _Apr.13.2021_ | ||
* added keywords to package.json, use github action to npm publish | ||
* 0.3.1 _Apr.12.2021_ | ||
* simplify README | ||
* 0.3.0 _Apr.10.2021_ | ||
* adds support for mocking modules 'globally' for the instance | ||
* 0.2.0 _Apr.10.2021_ | ||
* adds support for mocking core modules such as fs and path | ||
* 0.1.0 _Apr.10.2021_ | ||
* adds support for native esm modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.