Skip to content

Commit

Permalink
0.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Feb 23, 2024
1 parent fc6850d commit dcbc73a
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 29 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v0.16.12](https://github.com/joomcode/e2ed/tree/v0.16.12) (2024-02-23)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.16.11...v0.16.12)

- [Merge pull request #66 from joomcode/fix/use-response-with-request-everywhere](https://github.com/joomcode/e2ed/commit/fc6850d81c5258a412710477d4928478165bb9ea) ([uid11](https://github.com/uid11))

fix: return `ResponseWithRequest` from `request` utility

- [chore: update `devDependencies` (`@types/node`, etc)](https://github.com/joomcode/e2ed/commit/f6506e25dc3db00eefcc8689ab5ac398ce1a770f) ([uid11](https://github.com/uid11))

chore: fix `npm audit` error and restore `npm audit` check

- [chore: turn on `no-loop-func` and `no-magic-numbers` @typescript-eslint rules](https://github.com/joomcode/e2ed/commit/da0a9fbe55588d69e43ab0b3f74071ac7497b261) ([uid11](https://github.com/uid11))
- [FI-1161 refactor: move all pack-specific types to `autotests/configurator`](https://github.com/joomcode/e2ed/commit/95f65b57ba977af31a59b9a12677b870b2902f7c) ([uid11](https://github.com/uid11))
- [FI-1169 fix: return `ResponseWithRequest` from `request` utility](https://github.com/joomcode/e2ed/commit/b7cdbb1226890904d66c657dbfbf5b552b1907c8) ([uid11](https://github.com/uid11))

fix: remove unnecessary empty `<script>` from HTML report (fixed by Firefox)

## [v0.16.11](https://github.com/joomcode/e2ed/tree/v0.16.11) (2024-02-16)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.16.10...v0.16.11)
Expand Down
54 changes: 28 additions & 26 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2ed",
"version": "0.16.11",
"version": "0.16.12",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit dcbc73a

Please sign in to comment.