Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@ehmicky ehmicky released this 04 May 02:31
· 3 commits to main since this release

Breaking changes (types)

  • The SignalName and Signal['name'] types in TypeScript are now stricter. They only allow valid signal names like 'SIGINT'. They do not allow lowercase signals like 'sigint' nor unknown signals like 'SIGOTHER'.