Skip to content

Releases: jeffijoe/fejl

v3.0.1

15 Aug 18:42
883f374
Compare
Choose a tag to compare

3.0.1 (2022-08-15)

v3.0.0

15 Aug 15:18
fcdd2f0
Compare
Choose a tag to compare

3.0.0 (2022-08-15)

chore

  • package: upgrade deps + target >=Node 14 (bd4248c)
  • tsconfig: bump target to ES2020 (914f0cc)

Features

  • allow specifying a function for the message (e970a6d)
  • assert: use asserts instead of returning the value (5f2daf6)

BREAKING CHANGES

  • assert: assert no longer returns a value, rather it narrows
    the input type. Functions returned by makeAssert maintain the old
    behavior of returning the non-falsy input value.
  • tsconfig: This may break runtimes earlier than Node 14
  • package: bump supported Node version to 14

v2.5.1

30 Apr 23:55
Compare
Choose a tag to compare

2.5.1 (2020-04-30)

Bug Fixes

  • package: trigger release since revert didn't (a8a61d5)

Reverts

  • Revert "feat(package): ESM support" (3e19d0d)

v2.5.0

27 Apr 16:05
Compare
Choose a tag to compare

2.5.0 (2020-04-27)

Features

v2.4.3

10 Mar 14:52
07bce62
Compare
Choose a tag to compare

2.4.3 (2020-03-10)

v2.4.2

10 Mar 14:44
6f34e00
Compare
Choose a tag to compare

2.4.2 (2020-03-10)

v2.4.1

26 Dec 11:21
dbe93fa
Compare
Choose a tag to compare

2.4.1 (2019-12-26)

v2.4.0

26 Dec 11:16
52744d9
Compare
Choose a tag to compare

2.4.0 (2019-12-26)

Features

  • http: add getHttpErrorConstructorForStatusCode (9652921)

v2.3.2

24 Jun 13:33
f8391c8
Compare
Choose a tag to compare

2.3.2 (2019-06-24)

v2.3.1

27 May 08:43
6771243
Compare
Choose a tag to compare

2.3.1 (2019-05-27)

Bug Fixes

  • don't require additional params type param (4f504f3), closes #6