Skip to content

Releases: markcellus/cookie-store

4.0.0-next.4

21 Jun 12:23
Compare
Choose a tag to compare
4.0.0-next.4 Pre-release
Pre-release

4.0.0-next.3

21 Jun 12:21
Compare
Choose a tag to compare
4.0.0-next.3 Pre-release
Pre-release

4.0.0-next.2

12 Oct 18:26
Compare
Choose a tag to compare
4.0.0-next.2 Pre-release
Pre-release
  • Fix Chrome handling of ServiceWorker method check (#172) (204260a)
  • Add /etc/hosts file prerequisite (#161) (ea61b64)
  • Delete dependabot.yml (#126) (a807378)
  • 4.0.0-next.1 (1d12201)
  • Update paths to JS file in package.json (#158) (5d95c81)
  • Add more Web Platform Tests (#120) (b1545d5)
  • 4.0.0-next.0 (0211e67)
  • Bump glob-parent from 5.1.1 to 5.1.2 (#140) (761b4d9)
  • Some refactoring (#119) (f3503e3)
  • Run tests on foo.bar.localhost hostname (#118) (7a86df0)
  • build: delete travis.yml (#117) (ffac30b)
  • refactor: change CookieSameSite to be an enum (#115) (f18a201)
  • refactor: turn CookieStore into a proper class (#116) (2215b54)
  • More tests (#114) (c3b6a05)
  • fix typo in workflow name (#112) (5bf059f)
  • Align with more Web Platform Tests (#107) (bd84558)
  • Update and rename npm-publish.yml to buld.yml (#110) (5efbbb3)
  • Use GitHub actions for CI (#108) (e96dde5)
  • Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.13.0 (#99) (4762507)
  • Bump @typescript-eslint/parser from 4.9.0 to 4.13.0 (#98) (fa14a7d)
  • Bump husky from 4.3.0 to 4.3.8 (#97) (44c87a2)
  • Bump typescript from 4.1.2 to 4.1.3 (#95) (d6e879e)
  • Bump @types/mocha from 8.0.4 to 8.2.0 (#94) (dbbef13)
  • Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 (#91) (22c429a)
  • Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 (#90) (041eb3c)
  • Bump prettier from 2.2.0 to 2.2.1 (#89) (c372ffa)
  • Run Web Platform Tests against the polyfill. (#88) (9f603bc)
  • Update packages (#87) (dd52f45)
  • Remove unused modules (#86) (d8e8ac5)
  • Upgrade to node 14, rework project structure slightly (#85) (e3ac245)
  • Bump @babel/preset-env from 7.11.5 to 7.12.7 (#84) (9d10fe7)
  • Bump @babel/preset-typescript from 7.10.4 to 7.12.7 (#83) (1daaee4)
  • Bump typescript from 4.0.2 to 4.1.2 (#82) (3fdea50)
  • Bump prettier from 2.1.2 to 2.2.0 (#81) (03f4e1c)
  • Remove auto-merge action for dependabot PRs (c1c01cf)
  • Squash before auto-merging dependabot PRs (30f351d)
  • Auto merge dependabot PRs that pass CI checks (c0d61fb)
  • Bump @types/mocha from 8.0.3 to 8.0.4 (#80) (9314954)
  • Bump mocha from 8.1.3 to 8.2.1 (#79) (6f3a9c0)
  • Make all files prettier (bfc4b75)
  • Handle and return undefined values (#62) (49e5d05)
  • Bump prettier from 2.1.1 to 2.1.2 (#60) (81a460e)
  • Bump node-fetch from 2.6.0 to 2.6.1 (#59) (d6267de)
  • Bump pretty-quick from 3.0.0 to 3.0.2 (#58) (7ff6f6b)
  • Bump karma from 5.1.1 to 5.2.2 (#56) (b3f3483)
  • Bump husky from 4.2.5 to 4.3.0 (#55) (9c10c18)
  • Bump @babel/preset-env from 7.11.0 to 7.11.5 (#53) (0be5723)
  • Bump mocha from 8.1.1 to 8.1.3 (#51) (22b719c)
  • Bump @open-wc/karma-esm from 3.0.4 to 3.0.5 (#50) (a0a103c)
  • Bump prettier from 2.0.5 to 2.1.1 (#49) (876b5bb)
  • Bump pretty-quick from 2.0.1 to 3.0.0 (#45) (9c0ea41)
  • Bump typescript from 3.9.7 to 4.0.2 (#44) (d68fa3e)
  • Bump @open-wc/karma-esm from 3.0.2 to 3.0.4 (#43) (2e692f8)
  • Bump @types/mocha from 8.0.1 to 8.0.3 (#42) (ef7e171)
  • Limit dependabot to security updates (#113) (cff533e)
  • Direct consumers to upcoming version 4 (1797509)
  • Fix homepage and repository in package.json (#136) (b2343ff)
  • Delete dependabot.yml (#126) (efc6981)
  • Fix release error due to CommonJS requirement (a933001)
  • Small README typo fix (#147) (2ceeb90)
  • Add disclaimer for API limitations of latest npm version (#154) (f956772)
  • Update package.json (545d688)
  • Update badge URLs (56b8a20)

4.0.0-next.1

18 Aug 11:02
Compare
Choose a tag to compare
4.0.0-next.1 Pre-release
Pre-release

4.0.0-next.0

04 Nov 21:11
Compare
Choose a tag to compare
4.0.0-next.0 Pre-release
Pre-release
  • Fix release error due to CommonJS requirement (30605b6)
  • Bump glob-parent from 5.1.1 to 5.1.2 (#140) (bf3aeac)
  • Delete dependabot.yml (#126) (b65eac0)
  • Fix homepage and repository in package.json (#136) (c1da76a)
  • Some refactoring (#119) (4be5666)
  • Run tests on foo.bar.localhost hostname (#118) (2bf4ada)
  • build: delete travis.yml (#117) (05e9f3c)
  • refactor: change CookieSameSite to be an enum (#115) (c070227)
  • refactor: turn CookieStore into a proper class (#116) (e9eff9a)
  • More tests (#114) (4b4888d)
  • Limit dependabot to security updates (#113) (cc9745b)
  • fix typo in workflow name (#112) (c08950b)
  • Align with more Web Platform Tests (#107) (62ea080)
  • Update and rename npm-publish.yml to buld.yml (#110) (ea6c9dc)
  • Use GitHub actions for CI (#108) (1855c8e)
  • Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.13.0 (#99) (368f4be)
  • Bump @typescript-eslint/parser from 4.9.0 to 4.13.0 (#98) (42bd665)
  • Bump husky from 4.3.0 to 4.3.8 (#97) (51d49cc)
  • Bump typescript from 4.1.2 to 4.1.3 (#95) (01f14dd)
  • Bump @types/mocha from 8.0.4 to 8.2.0 (#94) (94ef54e)
  • Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 (#91) (e9c78fb)
  • Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 (#90) (77b501e)
  • Bump prettier from 2.2.0 to 2.2.1 (#89) (29bdcb4)
  • Run Web Platform Tests against the polyfill. (#88) (4a9655b)
  • Update packages (#87) (b815de0)
  • Remove unused modules (#86) (ed001df)
  • Upgrade to node 14, rework project structure slightly (#85) (e5de952)
  • Bump @babel/preset-env from 7.11.5 to 7.12.7 (#84) (f3b5d72)
  • Bump @babel/preset-typescript from 7.10.4 to 7.12.7 (#83) (fb276ac)
  • Bump typescript from 4.0.2 to 4.1.2 (#82) (5c08436)
  • Bump prettier from 2.1.2 to 2.2.0 (#81) (51a0f95)
  • Remove auto-merge action for dependabot PRs (3c5e6f0)
  • Squash before auto-merging dependabot PRs (19c51f2)
  • Auto merge dependabot PRs that pass CI checks (d678d07)
  • Remove PR limit (f9b589a)
  • Bump @types/mocha from 8.0.3 to 8.0.4 (#80) (1a5b96e)
  • Bump mocha from 8.1.3 to 8.2.1 (#79) (c8cacd4)
  • Make all files prettier (f452cb8)
  • Restrict dependabot updates to monthly (8b9f627)
  • Handle and return undefined values (#62) (26312b1)
  • Bump prettier from 2.1.1 to 2.1.2 (#60) (b201962)
  • Bump node-fetch from 2.6.0 to 2.6.1 (#59) (0799f3e)
  • Bump pretty-quick from 3.0.0 to 3.0.2 (#58) (823575e)
  • Bump karma from 5.1.1 to 5.2.2 (#56) (ea9b8ac)
  • Bump husky from 4.2.5 to 4.3.0 (#55) (204982e)
  • Bump @babel/preset-env from 7.11.0 to 7.11.5 (#53) (05ac9fa)
  • Bump mocha from 8.1.1 to 8.1.3 (#51) (4b7a706)
  • Bump @open-wc/karma-esm from 3.0.4 to 3.0.5 (#50) (af48988)
  • Bump prettier from 2.0.5 to 2.1.1 (#49) (a844876)
  • Bump pretty-quick from 2.0.1 to 3.0.0 (#45) (279149a)
  • Bump typescript from 3.9.7 to 4.0.2 (#44) (2da7ab2)
  • Bump @open-wc/karma-esm from 3.0.2 to 3.0.4 (#43) (ecbd115)
  • Bump @types/mocha from 8.0.1 to 8.0.3 (#42) (405e2fa)

3.0.0

08 Aug 13:46
Compare
Choose a tag to compare
  • Implement getAll method (#39) (11c5d06)
  • Update delete method (#36) (fe99d16)
  • Fix chai type error (2804bcf)
  • Replace any with types (b0b0527)
  • Run entire project through Typescript compiler (a372532)
  • Add test suite (#38) (eed57b0)
  • Bump lodash from 4.17.15 to 4.17.19 (#37) (0c86e91)
  • Bump mocha from 8.0.1 to 8.1.1 (#35) (bfcda81)
  • Bump typescript from 3.9.6 to 3.9.7 (#33) (3e5d45c)
  • Create Dependabot config file (#32) (89316db)
  • Bump typescript from 3.9.5 to 3.9.6 (777b9e5)
  • Bump banner-cli from 0.14.1 to 0.14.3 (1fbc557)
  • Bump mocha from 7.2.0 to 8.0.1 (83f404f)
  • Bump typescript from 3.9.3 to 3.9.5 (bc53614)
  • Bump mocha from 7.1.2 to 7.2.0 (a70593a)
  • Bump typescript from 3.9.2 to 3.9.3 (1b12365)
  • Bump @typescript-eslint/eslint-plugin from 2.31.0 to 2.34.0 (06dbacf)
  • Bump @typescript-eslint/parser from 2.33.0 to 2.34.0 (c259c46)
  • Bump @typescript-eslint/parser from 2.31.0 to 2.33.0 (2143c9d)
  • Bump typescript from 3.8.3 to 3.9.2 (0cebb1d)
  • Bump @typescript-eslint/eslint-plugin from 2.29.0 to 2.31.0 (05139ba)
  • Bump @typescript-eslint/parser from 2.30.0 to 2.31.0 (2abcf01)
  • Bump @typescript-eslint/parser from 2.29.0 to 2.30.0 (2ad0257)
  • Bump mocha from 7.1.1 to 7.1.2 (404dd3d)
  • Bump @typescript-eslint/eslint-plugin from 2.28.0 to 2.29.0 (89d1835)
  • Bump prettier from 2.0.4 to 2.0.5 (6fde2a1)
  • Bump @typescript-eslint/parser from 2.28.0 to 2.29.0 (8642e36)
  • Add delete method (560a7d1)
  • Enforce return types (8a99620)
  • Bump @typescript-eslint/eslint-plugin from 2.27.0 to 2.28.0 (782b904)
  • Bump @typescript-eslint/parser from 2.27.0 to 2.28.0 (11cb43a)
  • Bump husky from 4.2.3 to 4.2.5 (2d464b3)
  • Bump @typescript-eslint/parser from 2.26.0 to 2.27.0 (dd37000)
  • Bump @typescript-eslint/eslint-plugin from 2.26.0 to 2.27.0 (7b1a31b)
  • Bump prettier from 2.0.3 to 2.0.4 (5f9aa2d)
  • Bump prettier from 2.0.2 to 2.0.3 (7367a29)

2.0.2

04 Apr 21:33
Compare
Choose a tag to compare

2.0.1

04 Apr 20:26
Compare
Choose a tag to compare
  • Add gitignored files to Github assets (6e0d02c)

2.0.0

04 Apr 20:20
Compare
Choose a tag to compare