segmentio-facade
Advanced tools
Comparing version 1.4.2 to 1.4.3
1.4.3 / 2014-08-21 | ||
================== | ||
* address: move to facade base prototype | ||
1.4.2 / 2014-08-19 | ||
@@ -3,0 +8,0 @@ ================== |
var traverse = require('isodate-traverse'); | ||
var isEnabled = require('./is-enabled'); | ||
var clone = require('./utils').clone; | ||
var type = require('./utils').type; | ||
var isEnabled = require('./is-enabled'); | ||
var address = require('./address'); | ||
var objCase = require('obj-case'); | ||
var traverse = require('isodate-traverse'); | ||
var newDate = require('new-date'); | ||
@@ -29,2 +30,8 @@ | ||
/** | ||
* Mixin address traits. | ||
*/ | ||
address(Facade.prototype); | ||
/** | ||
* Return a proxy function for a `field` that will attempt to first use methods, | ||
@@ -31,0 +38,0 @@ * and fallback to accessing the underlying object directly. You can specify |
@@ -39,8 +39,2 @@ | ||
/** | ||
* Mixin address traits. | ||
*/ | ||
address(Group.prototype); | ||
/** | ||
* Get the facade's action. | ||
@@ -47,0 +41,0 @@ */ |
@@ -40,8 +40,2 @@ | ||
/** | ||
* Mixin address traits. | ||
*/ | ||
address(Identify.prototype); | ||
/** | ||
* Get the facade's action. | ||
@@ -48,0 +42,0 @@ */ |
@@ -79,2 +79,14 @@ | ||
/** | ||
* Description | ||
*/ | ||
Track.prototype.description = Facade.proxy('properties.description'); | ||
/** | ||
* Plan | ||
*/ | ||
Track.prototype.plan = Facade.proxy('properties.plan'); | ||
/** | ||
* Order id. | ||
@@ -81,0 +93,0 @@ * |
{ | ||
"name": "segmentio-facade", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Providing common fields for analytics integrations", | ||
@@ -23,4 +23,4 @@ "keywords": [], | ||
"devDependencies": { | ||
"duo": "0.6.x", | ||
"duo-test": "0.x", | ||
"duo": "0.7.x", | ||
"duo-test": "0.3.x", | ||
"expect.js": "~0.2.0", | ||
@@ -33,2 +33,2 @@ "matcha": "^0.5.0", | ||
"main": "lib/index" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
259
15101
641274
8
8