Releases: mourner/quickselect
Releases · mourner/quickselect
v3.0.0
- ⚠️ Breaking: drop UMD build and support for CommonJS, make the package ESM-only.
- ⚠️ Breaking: use modern ES syntax (you can still transpile on your end to keep IE11 support).
- Add first-class TypeScript types.
v2.0.0
Exposed quickselect
as a proper ES module.
v1.1.1
Removed module
field from package.json
because it broke some Webpack builds (#6). Reintroducing it in v2.0.0.
v1.1.0
quickselect
is now exposed as a ES module for environments that support it:
import quickselect from 'quickselect';
v1.0.1
Add default export for better ES6 modules / transpiler support.