Comparing version 0.5.0 to 0.6.0
@@ -62,2 +62,3 @@ 'use_strict'; | ||
var rawUrl = req.body.url; | ||
var url = _this.encodeURL(rawUrl); | ||
@@ -85,2 +86,3 @@ | ||
var url = req.protocol + "://" + req.headers.host + req.originalUrl; | ||
url = unescape(url.replace('?_escaped_fragment_=', '#!')); | ||
if (req.method == "GET" && _this.matchUA(ua)) { | ||
@@ -87,0 +89,0 @@ _this.log("Verifying if has cache for: " + url); |
{ | ||
"name": "bigseo", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "BigSEO is a ExpresJS module built for apps who need a SEO Engine exclusively for web crawlers such as Google, Bing, Facebook, etc.", | ||
@@ -5,0 +5,0 @@ "keywords": "seo, engine, express, cache, crawler, bigseo, angularjs", |
15047
247