Skip to content

v4.0.0

Latest

Choose a tag to compare

@lukeed lukeed released this 10 Dec 05:27

Breaking

  • Always return boolean and Promise<boolean> outputs (#4): 9ce980f
    Previously, if a path did not exist, the async-version (premove) would return false synchronously.
    Now, the premove utility will always return a Promise<boolean> (or boolean for premove/sync) that reflects the path's original existence.

Chores


Full Changelog: v3.0.1...v4.0.0