v1.12.1
New:
- 📋
allowedOrigins
option - {Regex|Boolean} - Regex of Origins that are allowed CORS access orfalse
to disable completely. Default:/^http:\/\/localhost:12\d\d\d$/
. Defaults tolocalhost:12000
-localhost:13000
for allowing Meteor-Cordova builds access. Thanks to @risetechnologies for sending a PR #676 - 📋
interceptRequest
hook - {Function} - this option is much higher thaninterceptDownolad
in the router callback-chain, right after path match condition. Hook called with single argument —{http: {request: {...}, response: {...}}, params: {...}}
object with minimally parsed URI params
Other:
- 👷♂️ Merge #676, solving authentication on Cordova, - thanks to @risetechnologies
- 👨💻️ Fix ending/closing reading stream of a file, and potential memory leaks. Thanks to @bbenoist for proposing this in #711
- 👨💻 Reorder callbacks in
.abort()
method of FileUpload instance on the Client. Fixing #706, thanks to @mariusrak and @jankapunkt - 📦 Upgrade NPM and Atmosphere dependencies
- 📦 [NPM]
file-type
update to12.3.0
, was12.0.0
- 📦 [Atmosphere]
ostrio:cookies
update to2.4.1
, was2.3.0