Skip to content

V0.2.0

Compare
Choose a tag to compare
@Bluzzi Bluzzi released this 24 Apr 11:29
· 62 commits to main since this release

🚀 What's New

  • domCookie for manage cookies from browser DOM
    • domCookie.set(cookie: Cookie, options?: CookieOptions): void
    • domCookie.get(name: string): Cookie | null
    • domCookie.getAll(): Cookie[]
    • domCookie.remove(name: string): void

📦 Changes

  • serializeCookie(...) function is now httpCookie.serialize(...)
  • parseCookies(...) function is now httpCookie.parse(...)
  • Path default value is now / for CookieOptions