## [2.0.0] * Switch to use native ESM ## [1.13.1] * Package updates * roundTo() change ## [1.10.0] * Removed clean utility functions and added to `lodash-clean` package. * Changed isWorthless to allow true/false to remain. ## [1.7.0] * mapP() ## [1.6.0] * _.eq(boolCheck) for onTrue and condId ## [1.5.1] * Enhance `condId` to work the same as `onTrue` where onTrue can be a function or not. ## [1.4.1] * Fix onTrue. ## [1.4.0] * Add stubNull. ## [1.3.2] * Fixes to chainP. ## [1.3.1] * Fixes to isWorthless. * Added isZero, rejectWorthless, rejectEmpty. ## [1.3.0] * Promise functions like `forEachP`, and `flowP`. ## [1.1.0] * subtrahend - Subtract from another number. ## [1.0.2] * isEmptyString should trim before check ## [1.0.1] * Split out `overBranch` so it can be required individually. ## [1.0.0] * Copy of functions from cape-lodash project.