Commit Graph

9 Commits

Author SHA1 Message Date
f613a8c32e
filter cookies with same names before sending
duplicate names may occur if we store cookies with the same name for example.com with subdomains and for sub.example.com
2019-08-14 00:38:11 +02:00
14a874f208
generators are awesome
rewrite internal cookie storage
fix incorrect splitting of key value pairs when parsing serialized cookies
minor version bump
2019-08-13 22:19:25 +02:00
ef39af34a9
update readme
version bump
2019-07-22 13:57:47 +02:00
83a640e9fb
allow cookieJars to be null in fetch wrapper
version bump
2019-07-22 13:52:54 +02:00
2add63a071
version bump 2019-07-20 23:40:27 +02:00
d2e88e3b1a
add a proper documentation
featuring an actually working usage example!

also: change exports in index.mjs for easier import
2019-06-16 00:06:28 +02:00
dea075a87e
release 1.0.2 with the readme 2019-01-14 04:54:52 +01:00
bcca25ff07
publish new version with the fixes 2019-01-14 04:31:51 +01:00
d92f8d3564
initial commit 2019-01-13 23:30:17 +01:00