keen-tracking
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,2 +9,16 @@ <!-- | ||
<a name="0.1.1></a> | ||
# 0.1.1 | ||
**CHANGE:** | ||
* Publish to bower | ||
<a name="0.1.0></a> | ||
# 0.1.0 | ||
**CHANGE:** | ||
* Reworked `.url()` method to use resource templates, with an internal collection that makes specific API URLS easy to request and customize. | ||
<a name="0.0.5></a> | ||
@@ -11,0 +25,0 @@ # 0.0.5 |
{ | ||
"name": "keen-tracking", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Data Collection SDK for Keen IO", | ||
"main": "lib/server.js", | ||
@@ -5,0 +6,0 @@ "browser": "lib/browser.js", |
@@ -103,3 +103,3 @@ # keen-tracking.js [![Build Status](https://travis-ci.org/keen/keen-tracking.js.svg?branch=master)](https://travis-ci.org/keen/keen-tracking.js) | ||
Need a hand with something? Shoot us an email at [contact@keen.io](mailto:contact@keen.io). We're always happy to help, or just hear what you're building! Here are a few other resources worth checking out: | ||
Need a hand with something? Shoot us an email at [team@keen.io](mailto:team@keen.io). We're always happy to help, or just hear what you're building! Here are a few other resources worth checking out: | ||
@@ -134,3 +134,3 @@ * [API status](http://status.keen.io/) | ||
var latest,prev=name!=='Keen'&&window.Keen?window.Keen:false;ctx[name]=ctx[name]||{ready:function(fn){var h=document.getElementsByTagName('head')[0],s=document.createElement('script'),w=window,loaded;s.onload=s.onerror=s.onreadystatechange=function(){if((s.readyState&&!(/^c|loade/.test(s.readyState)))||loaded){return}s.onload=s.onreadystatechange=null;loaded=1;latest=w.Keen;if(prev){w.Keen=prev}else{try{delete w.Keen}catch(e){w.Keen=void 0}}ctx[name]=latest;ctx[name].ready(fn)};s.async=1;s.src=path;h.parentNode.insertBefore(s,h)}} | ||
}('Keen','https://d26b395fwzu5fz.cloudfront.net/keen-tracking-0.1.0.min.js',this); | ||
}('Keen','https://d26b395fwzu5fz.cloudfront.net/keen-tracking-0.1.1.min.js',this); | ||
@@ -137,0 +137,0 @@ // Executes when the library is loaded and ready |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83487