Releases: haltcase/stunsail
Releases · haltcase/stunsail
Release list
v1.0.0-rc.8
FEATURES
- add package exports for node esm support (
4c0f30a)
v1.0.0-rc.7
v1.0.0-rc.6
FEATURES
- remove default export from index (
b734db8) - add
count(505f0df) - isEmpty: treat whitespace-only strings as empty (
a203e5e)
BREAKING CHANGES
- there are now only named exports from the main stunsail package. Use
import * as stunsail from 'stunsail'instead of a default import. - isEmpty:
isEmptynow considers strings consisting of only whitespace empty.
v1.0.0-rc.5
v1.0.0-rc.4
v1.0.0-rc.3
BUG FIXES
- babel: use local names for generated imports (f6c5f1e)
FEATURES
- apply,cap: report what type was received in TypeError (c3d1848)
- pipe: change pipe to accept an argument list instead of array (6d317e2)
- add TypeScript definitions (a8c09cc)
- require node 12 (5a80774)
BREAKING CHANGES
- pipe:
pipenow accepts multiple arguments rather than a single array. - Support for Node < 12 has been dropped.
v1.0.0-rc.2
v1.0.0-rc.1
Initial release candidate.