fs-jetpack v0.6.0 Release Notes

Release Date: 2015-03-30 // about 9 years ago
    • 🔨 Lots of code refactoring
    • (breaking change) dir() no longer has exists option.
    • (breaking change) file() no longer has exists and empty options.
    • (breaking change) safe option for write() renamed to atomic (and uses new algorithm under the hood).
    • (breaking change) safe option for read() dropped (atomic while writing is enough).
    • (breaking change) In copy() options only and allBut have been replaced by option matching.
    • (breaking change) In remove() options only and allBut have been dropped (to do the same use find(), and then remove).
    • (breaking change) Default jsonIndent changed form 0 to 2.
    • find() method added.
    • 📜 More telling errors when read() failed while parsing JSON.