Releases: jeffijoe/fejl
Releases · jeffijoe/fejl
v3.0.1
v3.0.0
3.0.0 (2022-08-15)
chore
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 bymakeAssert
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