Releases: cyberuni/satisfier
Release list
v5.4.5
Patch Changes
-
32614df: Pin the
type-plusdev dependency to the exact8.0.0-beta.10prerelease.type-plusis a development-only dependency here (used for type-level tests) and none of its types leak into the published.d.tsfiles, so this has no effect on consumers. The exact pin, rather than a caret range, is deliberate:8.0.0-beta.10is on a prerelease line where breaking changes have landed between betas, so each future bump goes through its own reviewed PR instead of being resolved silently by a lockfile refresh.
v5.4.4
Patch Changes
-
de40417: Update
tersifyto^4.0.6.The build also moves from three
tscpasses totsdown. The published paths are
unchanged (esm/index.js,cjs/index.js, and the.d.tsbeside each), but the emitted
JavaScript differs: the CJS output is nowes2015rather thanes5, and the unused
tslib/output is no longer built. TwoisNaNcalls becameNumber.isNaN; both are
already guarded by atypeof x === 'number'check, so behaviour is identical.
v5.4.3
Patch Changes
- 0e514b6: Publish through npm trusted publishing (OIDC) with provenance, and correct the package
versionback to the last real release. The previous0.0.0-developmentplaceholder was
taken literally by changesets and published aslateston 2026-08-09; this release moves
thelatestdist-tag back onto a real version.
v0.0.0-development
5.4.2 (2022-10-08)
Bug Fixes
- function-object implementation (1750ab3)
5.4.1 (2022-10-08)
Bug Fixes
5.4.0 (2022-10-05)
Features
- support date (8f92d34)
5.3.0 (2022-10-03)
Features
- add
hasAll()(c330a0a)
5.2.2 (2022-06-12)
Bug Fixes
- add cjs/package.json (e152c94)
5.2.1 (2022-06-10)
Bug Fixes
- downgrade to ES2019 (83d6317)
5.2.0 (2022-06-04)
Bug Fixes
- set sideEfffect to false (0c10e21)
Features
- add esm support (bff529f)