Skip to content

Releases: cyberuni/satisfier

v5.4.5

Choose a tag to compare

@github-actions github-actions released this 07 Sep 05:18
1f867d2

Patch Changes

  • 32614df: Pin the type-plus dev dependency to the exact 8.0.0-beta.10 prerelease.

    type-plus is a development-only dependency here (used for type-level tests) and none of its types leak into the published .d.ts files, so this has no effect on consumers. The exact pin, rather than a caret range, is deliberate: 8.0.0-beta.10 is 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

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:17
d555683

Patch Changes

  • de40417: Update tersify to ^4.0.6.

    The build also moves from three tsc passes to tsdown. The published paths are
    unchanged (esm/index.js, cjs/index.js, and the .d.ts beside each), but the emitted
    JavaScript differs: the CJS output is now es2015 rather than es5, and the unused
    tslib/ output is no longer built. Two isNaN calls became Number.isNaN; both are
    already guarded by a typeof x === 'number' check, so behaviour is identical.

v5.4.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 02:57
47898bd

Patch Changes

  • 0e514b6: Publish through npm trusted publishing (OIDC) with provenance, and correct the package
    version back to the last real release. The previous 0.0.0-development placeholder was
    taken literally by changesets and published as latest on 2026-08-09; this release moves
    the latest dist-tag back onto a real version.

v0.0.0-development

v0.0.0-development Pre-release
Pre-release

Choose a tag to compare

@unional unional released this 09 Aug 17:54

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

5.3.0 (2022-10-03)

Features

5.2.2 (2022-06-12)

Bug Fixes

5.2.1 (2022-06-10)

Bug Fixes

5.2.0 (2022-06-04)

Bug Fixes

  • set sideEfffect to false (0c10e21)

Features

v5.4.2

Choose a tag to compare

@unional unional released this 08 Oct 12:17

5.4.2 (2022-10-08)

Bug Fixes

  • function-object implementation (1750ab3)

v5.4.1

Choose a tag to compare

@unional unional released this 08 Oct 11:42

5.4.1 (2022-10-08)

Bug Fixes

v5.4.0

Choose a tag to compare

@unional unional released this 05 Oct 21:36

5.4.0 (2022-10-05)

Features

v5.3.0

Choose a tag to compare

@unional unional released this 03 Oct 22:11

5.3.0 (2022-10-03)

Features

v5.2.2

Choose a tag to compare

@unional unional released this 12 Jun 22:30

5.2.2 (2022-06-12)

Bug Fixes

v5.2.1

Choose a tag to compare

@unional unional released this 10 Jun 01:58

5.2.1 (2022-06-10)

Bug Fixes