fast-check
Advanced tools
Comparing version 3.15.0 to 3.15.1
@@ -0,1 +1,18 @@ | ||
# 3.15.1 | ||
_Prepare the monorepo for ESM build-chain_ | ||
[[Code](https://github.com/dubzzz/fast-check/tree/v3.15.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.15.0...v3.15.1)] | ||
## Fixes | ||
- ([PR#4591](https://github.com/dubzzz/fast-check/pull/4591)) CI: Move build chain to ESM for root of monorepo | ||
- ([PR#4598](https://github.com/dubzzz/fast-check/pull/4598)) CI: Add `onBrokenAnchors`'check on Docusaurus | ||
- ([PR#4606](https://github.com/dubzzz/fast-check/pull/4606)) CI: Configuration files for VSCode | ||
- ([PR#4650](https://github.com/dubzzz/fast-check/pull/4650)) CI: Move examples build chain to ESM | ||
- ([PR#4554](https://github.com/dubzzz/fast-check/pull/4554)) Doc: Add `idonttrustlikethat-fast-check` in ecosystem.md | ||
- ([PR#4563](https://github.com/dubzzz/fast-check/pull/4563)) Doc: Add new contributor nielk | ||
- ([PR#4669](https://github.com/dubzzz/fast-check/pull/4669)) Doc: Add `@effect/schema` in ecosystem | ||
- ([PR#4665](https://github.com/dubzzz/fast-check/pull/4665)) Test: Fix `isCorrect` check on double | ||
- ([PR#4666](https://github.com/dubzzz/fast-check/pull/4666)) Test: Stabilize flaky URL-related test | ||
# 3.15.0 | ||
@@ -2,0 +19,0 @@ |
@@ -107,4 +107,4 @@ import { pre } from './check/precondition/Pre.js'; | ||
const __type = 'module'; | ||
const __version = '3.15.0'; | ||
const __commitHash = '1efae0a7e03412ec2eea86ddf7578a6ea5e9522f'; | ||
const __version = '3.15.1'; | ||
const __commitHash = 'b0715a16c63bab407a9e858eb37b69ea98b43c66'; | ||
export { __type, __version, __commitHash, sample, statistics, check, assert, pre, PreconditionFailure, property, asyncProperty, boolean, falsy, float, double, integer, nat, maxSafeInteger, maxSafeNat, bigIntN, bigUintN, bigInt, bigUint, char, ascii, char16bits, unicode, fullUnicode, hexa, base64, mixedCase, string, asciiString, string16bits, stringOf, unicodeString, fullUnicodeString, hexaString, base64String, stringMatching, lorem, constant, constantFrom, mapToConstant, option, oneof, clone, shuffledSubarray, subarray, array, sparseArray, infiniteStream, uniqueArray, tuple, record, dictionary, anything, object, json, jsonValue, unicodeJson, unicodeJsonValue, letrec, memo, compareBooleanFunc, compareFunc, func, context, gen, date, ipV4, ipV4Extended, ipV6, domain, webAuthority, webSegment, webFragments, webPath, webQueryParameters, webUrl, emailAddress, ulid, uuid, uuidV, int8Array, uint8Array, uint8ClampedArray, int16Array, uint16Array, int32Array, uint32Array, float32Array, float64Array, bigInt64Array, bigUint64Array, asyncModelRun, modelRun, scheduledModelRun, commands, scheduler, schedulerFor, Arbitrary, Value, cloneMethod, cloneIfNeeded, hasCloneMethod, toStringMethod, hasToStringMethod, asyncToStringMethod, hasAsyncToStringMethod, getDepthContextFor, stringify, asyncStringify, defaultReportMessage, asyncDefaultReportMessage, hash, VerbosityLevel, configureGlobal, readConfigureGlobal, resetConfigureGlobal, ExecutionStatus, Random, Stream, stream, createDepthIdentifier, }; |
@@ -173,3 +173,3 @@ import { pre } from './check/precondition/Pre.js'; | ||
/** | ||
* Version of fast-check used by your project (eg.: 3.15.0) | ||
* Version of fast-check used by your project (eg.: 3.15.1) | ||
* @remarks Since 1.22.0 | ||
@@ -180,3 +180,3 @@ * @public | ||
/** | ||
* Commit hash of the current code (eg.: 1efae0a7e03412ec2eea86ddf7578a6ea5e9522f) | ||
* Commit hash of the current code (eg.: b0715a16c63bab407a9e858eb37b69ea98b43c66) | ||
* @remarks Since 2.7.0 | ||
@@ -183,0 +183,0 @@ * @public |
@@ -235,5 +235,5 @@ "use strict"; | ||
exports.__type = __type; | ||
const __version = '3.15.0'; | ||
const __version = '3.15.1'; | ||
exports.__version = __version; | ||
const __commitHash = '1efae0a7e03412ec2eea86ddf7578a6ea5e9522f'; | ||
const __commitHash = 'b0715a16c63bab407a9e858eb37b69ea98b43c66'; | ||
exports.__commitHash = __commitHash; |
@@ -173,3 +173,3 @@ import { pre } from './check/precondition/Pre.js'; | ||
/** | ||
* Version of fast-check used by your project (eg.: 3.15.0) | ||
* Version of fast-check used by your project (eg.: 3.15.1) | ||
* @remarks Since 1.22.0 | ||
@@ -180,3 +180,3 @@ * @public | ||
/** | ||
* Commit hash of the current code (eg.: 1efae0a7e03412ec2eea86ddf7578a6ea5e9522f) | ||
* Commit hash of the current code (eg.: b0715a16c63bab407a9e858eb37b69ea98b43c66) | ||
* @remarks Since 2.7.0 | ||
@@ -183,0 +183,0 @@ * @public |
{ | ||
"name": "fast-check", | ||
"version": "3.15.0", | ||
"version": "3.15.1", | ||
"description": "Property based testing framework for JavaScript (like QuickCheck)", | ||
@@ -66,10 +66,10 @@ "type": "commonjs", | ||
"devDependencies": { | ||
"@babel/core": "^7.23.6", | ||
"@babel/preset-env": "^7.23.6", | ||
"@babel/core": "^7.23.9", | ||
"@babel/preset-env": "^7.23.9", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@fast-check/expect-type": "0.1.0", | ||
"@fast-check/poisoning": "0.1.0", | ||
"@microsoft/api-extractor": "^7.38.5", | ||
"@fast-check/expect-type": "0.2.0", | ||
"@fast-check/poisoning": "0.2.0", | ||
"@microsoft/api-extractor": "^7.39.4", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.10.4", | ||
"@types/node": "^20.11.13", | ||
"babel-jest": "^29.7.0", | ||
@@ -81,4 +81,4 @@ "cross-env": "^7.0.3", | ||
"regexp-tree": "^0.1.27", | ||
"replace-in-file": "^7.0.2", | ||
"typedoc": "^0.25.4", | ||
"replace-in-file": "^7.1.0", | ||
"typedoc": "^0.25.7", | ||
"typescript": "~5.3.3" | ||
@@ -85,0 +85,0 @@ }, |
@@ -224,2 +224,3 @@ <h1 align="center"> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bennettp123"><img src="https://avatars.githubusercontent.com/u/1610227?v=4?s=100" width="100px;" alt="Bennett Perkins"/><br /><sub><b>Bennett Perkins</b></sub></a><br /><a href="https://github.com/dubzzz/fast-check/commits?author=bennettp123" title="Documentation">📖</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nielk"><img src="https://avatars.githubusercontent.com/u/4980521?v=4?s=100" width="100px;" alt="Alexandre Oger"/><br /><sub><b>Alexandre Oger</b></sub></a><br /><a href="https://github.com/dubzzz/fast-check/commits?author=nielk" title="Documentation">📖</a></td> | ||
</tr> | ||
@@ -226,0 +227,0 @@ </tbody> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1200124
243