Skip to content

Releases: cyberuni/never-fail

never-fail@1.1.6

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:18
3aace0d

Patch Changes

  • a64ccd7: Pick up tersify@^4.0.6 and rebuild the published output with tsdown.

    Two things change for consumers, neither of them API:

    • The runtime dependency moves from tersify@^3.10.5 to ^4.0.6, so a fresh install
      resolves a different tersify under never-fail.
    • The build moves from two tsc passes to tsdown. The emitted file paths
      (esm/index.js, cjs/index.js and the .d.ts beside each) are unchanged, but the CJS
      output now targets ES2015 rather than ES5 — rolldown's floor. Nothing in this package
      needs the difference and every runtime that can load a CJS module is well past ES2015.

    The exported signatures are identical.

never-fail@1.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:56
530bff1

Patch Changes

  • 796ed1c: Point the package metadata at its new home, cyberuni/never-fail.

never-fail@1.1.4

Choose a tag to compare

@unional unional released this 12 Dec 19:49
36e60e5

Patch Changes

  • b3fecd5: Fix exports field order.
    Adding exports: { default: ... }

v1.1.3

Choose a tag to compare

@unional unional released this 13 May 09:23
c8c0214

1.1.3 (2019-05-13)

Bug Fixes

v1.1.2

Choose a tag to compare

@unional unional released this 04 Sep 10:21
21d5fe7

1.1.2 (2018-09-04)

Bug Fixes

v1.1.1

Choose a tag to compare

@unional unional released this 04 Sep 07:35
51ad459

1.1.1 (2018-09-04)

Bug Fixes

v1.1.0

Choose a tag to compare

@unional unional released this 03 Sep 21:46
eb3e383

1.1.0 (2018-09-03)

Features

v1.0.0

Choose a tag to compare

@unional unional released this 03 Sep 19:12
1e6ef84

1.0.0 (2018-09-03)

Features