Releases: veliovgroup/meteor-cookies
Releases · veliovgroup/meteor-cookies
v2.8.1
v2.8.0
☄️ Packosphere @2.8.0
Changes:
- 🖥️ Meteor-Desktop support, thanks to @dd137
- 🚀 Support for
[email protected]
, thanks to @dallman2 - 📔 Docs update to match changes
Dependencies:
- 📦
[email protected]
, wasv0.1.1
v2.7.2
- 👷♂️ Fix #19, thanks to @bladerunner2020
v2.7.1
This is maintenance release
- 👨💻 Minor codebase changes
- 👨🔬 Improve test-suite
- 🤝 Compatibility with latest
[email protected]
v2.7.0
- 🤝 Compatibility with
[email protected]
; - 👷 Drop deprecated
http
package in favor offetch
; - 👨🔬 Minor tests update for compatibility.
v2.6.1
- 🤝Compatibility with
[email protected]
; - 🐞 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
- 🤝 Compatibility with
[email protected].*
; - 📋 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
, andLax
.
v2.5.0
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 totrue
. Default:false
; - 📋 Explaining Cordova usage in a FAQ documentation section.
v2.4.1
- 📋 Minor documentation update — add FAQ section
- 👨💻 Minor codebase enhancements
- 👷♂️ This is regular maintenance release
v2.4.0
Major Changes:
- 👨💻
handler
option now called even ifauto
option is set tofalse
- 👷♂️
Path=/
now is defaultpath
for all cookies - 👨🔬 Partly implemented suggested changes from #11 to provide support over Cordova platform, via
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
headers and supplying XHR request withwithCredentials = 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