Skip to content

Releases: helinjiang/nightmare-handler

v1.0.9

Choose a tag to compare

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

v1.0.6

Choose a tag to compare

@helinjiang helinjiang released this 08 Apr 14:33

v1.0.5

Choose a tag to compare

@helinjiang helinjiang released this 07 Apr 10:26
  • 新增扩展 exMergeCookies(cookies),为当前的页面变更 cookie ,如果有同样的key,则会覆盖旧值。

v1.0.4

Choose a tag to compare

@helinjiang helinjiang released this 26 Mar 16:10