Skip to content

v1.0.9

Latest
Compare
Choose a tag to compare
@helinjiang helinjiang released this 02 May 05:00
· 6 commits to master since this release
  • 优化了 exCookies 对 Object 的支持,现在已经可以支持 const cookies = { myKey1: 'myValue1', myKey2: 'myValue2'}; 这种方式来追加多个 cookie 了,文档可以点击查看 exCookies(cookies, url)#18
  • 修复了 exCookies 中传入字符串多余 ; 时导致 cookie 中也多余有 ; 的问题 (#19