Skip to content

Releases: veliovgroup/meteor-cookies

v2.8.1

16 Mar 19:02
a32e660
Compare
Choose a tag to compare

☄️ Packosphere @2.8.1

Changes:

  • 🚀 Support for the latest beta of meteor@3, thanks to @vparpoil

Dependencies:

  • 📦 Updated to fetch@0.1.4 || 0.1.4-beta300.0

v2.8.0

09 Feb 22:53
b9c283a
Compare
Choose a tag to compare

☄️ Packosphere @2.8.0

Changes:

  • 🖥️ Meteor-Desktop support, thanks to @dd137
  • 🚀 Support for meteor@3.0-beta.0, thanks to @dallman2
  • 📔 Docs update to match changes

Dependencies:

  • 📦 fetch@0.1.4, was v0.1.1

v2.7.2

30 May 21:11
1a5b5c6
Compare
Choose a tag to compare

v2.7.1

30 May 21:00
517de57
Compare
Choose a tag to compare

This is maintenance release

  • 👨‍💻 Minor codebase changes
  • 👨‍🔬 Improve test-suite
  • 🤝 Compatibility with latest meteor@2.7.2

v2.7.0

26 Jan 23:07
7de6d6a
Compare
Choose a tag to compare
  • 🤝 Compatibility with meteor@2.0;
  • 👷 Drop deprecated http package in favor of fetch;
  • 👨‍🔬 Minor tests update for compatibility.

v2.6.1

07 Oct 12:42
c713b49
Compare
Choose a tag to compare
  • 🤝Compatibility with meteor@1.11.1;
  • 🐞 Fix: #17 — set multiple cookies on the server; Thanks to @Ajaay for submitting this issue;
  • 📋 Minor documentation enhancements;
  • 📦 Internal Meteor dependencies upgrade.

v2.6.0

02 Mar 02:46
9553460
Compare
Choose a tag to compare
  • 🤝 Compatibility with meteor@1.9.*;
  • 📋 Documentation update regarding SameSite option;
  • 👨‍🔬 Test-suite minor update;
  • 📦 Internal Meteor dependencies update;

Changed:

  • SameSite option now accepts String (and Boolean for backward compatibility) to comply with new guidelines. Suggested values: None, Strict, and Lax.

v2.5.0

07 Nov 00:57
b151904
Compare
Choose a tag to compare

This release mainly focused on Cordova usage improvements

Added:

  • opts.allowQueryStringCookies {Boolean} - Allow passing Cookies in a query string (in URL). Primary should be used only in Cordova environment. Note: this option will be used only on Cordova;
  • opts.allowedCordovaOrigins {Regex|Boolean} - [Server] Allow setting Cookies from that specific origin which in Meteor/Cordova is localhost:12XXX. Set to default ^http:\/\/localhost:12[0-9]{3}$ if set to true. Default: false;
  • 📋 Explaining Cordova usage in a FAQ documentation section.

v2.4.1

29 Sep 16:21
722c07b
Compare
Choose a tag to compare
  • 📋 Minor documentation update — add FAQ section
  • 👨‍💻 Minor codebase enhancements
  • 👷‍♂️ This is regular maintenance release

v2.4.0

08 Jul 14:28
417bda1
Compare
Choose a tag to compare

Major Changes:

  • 👨‍💻 handler option now called even if auto option is set to false
  • 👷‍♂️ Path=/ now is default path for all cookies
  • 👨‍🔬 Partly implemented suggested changes from #11 to provide support over Cordova platform, via Access-Control-Allow-Credentials and Access-Control-Allow-Origin headers and supplying XHR request with withCredentials = true option, thanks to @s-ol

Other Changes:

  • 👨‍💻 Overall security and stability enhancements
  • 👷‍♂️ Add onCookies Server callback/hook triggered only when client invokes .send() method
  • 📦 Internal Meteor dependencies update