Cookies v0.1.2 Release Notes

    • 0️⃣ Set Cookies.defaults.path to '/'.
    • 🗄 Replaced escape and unescape function calls with encodeURIComponent and decodeURIComponent, because the former are deprecated.
    • Cookie keys are now URI encoded in addition to cookie values.