Skip to content

Commit c7d0002

Browse files
authored
Apply suggestions from code review
1 parent 83bf99c commit c7d0002

File tree

7 files changed

+9
-31
lines changed

7 files changed

+9
-31
lines changed

packages/fast-check/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3.23.0
22

3-
_TODO Description_
3+
_Extend usages of string-units and increased performance_
44
[[Code](https://github.com/dubzzz/fast-check/tree/v3.23.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.22.0...v3.23.0)]
55

66
## Features

packages/jest/CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# 2.0.3
22

3-
_TODO Description_
3+
_Rework our testing stack_
44
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.2...jest%2Fv2.0.3)]
55

6-
## Features
7-
8-
9-
106
## Fixes
117

128
- ([PR#5364](https://github.com/dubzzz/fast-check/pull/5364)) CI: Move to Vitest

packages/packaged/CHANGELOG.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# 0.5.0
2-
3-
_TODO Description_
4-
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.5.0)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.4.0...packaged%2Fv0.5.0)]
5-
6-
## Features
7-
1+
# 0.4.1
82

3+
_Rework our testing stack_
4+
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.5.0)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.4.0...packaged%2Fv0.4.1)]
95

106
## Fixes
117

128
- ([PR#5348](https://github.com/dubzzz/fast-check/pull/5348)) CI: Move to Vitest
139

14-
---
15-
1610
# 0.4.0
1711

1812
_Better error handling in script_

packages/packaged/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fast-check/packaged",
33
"description": "Utility package removing any files that will not be part of the final bundle",
4-
"version": "0.5.0",
4+
"version": "0.4.1",
55
"type": "module",
66
"main": "lib/packaged.js",
77
"types": "lib/packaged.d.ts",

packages/poisoning/CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# 0.2.2
22

3-
_TODO Description_
3+
_Rework our testing stack_
44
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.2.2)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.2.1...poisoning%2Fv0.2.2)]
55

6-
## Features
7-
8-
9-
106
## Fixes
117

128
- ([PR#5353](https://github.com/dubzzz/fast-check/pull/5353)) CI: Move to Vitest

packages/vitest/CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# 0.1.4
22

3-
_TODO Description_
3+
_Rework our testing stack_
44
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.1.4)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.1.3...vitest%2Fv0.1.4)]
55

6-
## Features
7-
8-
9-
106
## Fixes
117

128
- ([PR#5350](https://github.com/dubzzz/fast-check/pull/5350)) CI: Move to Vitest

packages/worker/CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# 0.4.1
22

3-
_TODO Description_
3+
_Rework our testing stack_
44
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.4.1)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.4.0...worker%2Fv0.4.1)]
55

6-
## Features
7-
8-
9-
106
## Fixes
117

128
- ([PR#5347](https://github.com/dubzzz/fast-check/pull/5347)) CI: Move to Vitest

0 commit comments

Comments
 (0)