Releases: sindresorhus/p-cancelable
Releases · sindresorhus/p-cancelable
v4.0.1
v4.0.0
v3.0.0
Breaking
v2.1.1
v2.1.0
v2.0.0
Breaking:
- Require Node.js 8 05b0479
- Throw error if
onCancel
is called after promise settlement (#18) c4ebb36 - Refactor TypeScript definition to CommonJS compatible export (#19) 72aae92
- If you're a TS users, you'll need to change
import PCancelable from 'p-cancelable';
toimport PCancelable = require('p-cancelable');
- If you're a TS users, you'll need to change