1.0.0-rc.7 (2020-02-09)
FEATURES
- add
isSubset(7875a58)
1.0.0-rc.6 (2020-01-26)
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.
1.0.0-rc.5 (2020-01-12)
FEATURES
BREAKING CHANGES
- toObject,toObjectWith: Passing
nullorundefinedto these functions will now result in an empty object.
1.0.0-rc.4 (2020-01-02)
BUG FIXES
- types: create index for type definitions (58ee0cd)
1.0.0-rc.3 (2020-01-02)
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.
1.0.0-rc.2 (2019-01-15)
BREAKING CHANGES
- Node versions <8 are no longer supported.
FEATURES
PERFORMANCE
- move some regexes to constants (
a87e0a7)
1.0.0-rc.1 (2017-12-22)
Initial release candidate.