@microsoft/sp-lodash-subset
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.3.0", | ||
"tag": "@microsoft/sp-lodash-subset_v1.3.0", | ||
"date": "Fri, 22 Sep 2017 20:19:09 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Introduce `groupBy` to lodash-subset." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.2.0", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/sp-lodash-subset_v1.2.0", |
# Change Log - @microsoft/sp-lodash-subset | ||
This log was last generated on Fri, 25 Aug 2017 22:24:38 GMT and should not be manually modified. | ||
This log was last generated on Fri, 22 Sep 2017 21:14:03 GMT and should not be manually modified. | ||
## 1.3.0 | ||
Fri, 22 Sep 2017 20:19:09 GMT | ||
### Minor changes | ||
- Introduce `groupBy` to lodash-subset. | ||
## 1.2.0 | ||
@@ -6,0 +13,0 @@ Fri, 25 Aug 2017 20:31:17 GMT |
@@ -5,3 +5,3 @@ { | ||
"componentType": "Library", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"manifestVersion": 2, | ||
@@ -8,0 +8,0 @@ "loaderConfig": { |
{ | ||
"kind": "package", | ||
"name": "@microsoft/sp-lodash-subset", | ||
"summary": [], | ||
@@ -4,0 +5,0 @@ "remarks": [], |
@@ -19,2 +19,3 @@ import assign = require('lodash/assign'); | ||
import get = require('lodash/get'); | ||
import groupBy = require('lodash/groupBy'); | ||
import has = require('lodash/has'); | ||
@@ -47,2 +48,2 @@ import intersection = require('lodash/intersection'); | ||
import without = require('lodash/without'); | ||
export { assign, camelCase, chunk, clone, cloneDeep, constant, debounce, difference, differenceBy, differenceWith, each, escape, extend, findIndex, flatten, forIn, fromPairs, get, has, intersection, invert, isElement, isEmpty, isEqual, keys, merge, noop, once, random, round, set, sortBy, sumBy, throttle, times, toArray, toPairs, trimEnd, trimStart, truncate, unescape, uniq, uniqBy, update, without }; | ||
export { assign, camelCase, chunk, clone, cloneDeep, constant, debounce, difference, differenceBy, differenceWith, each, escape, extend, findIndex, flatten, forIn, fromPairs, get, groupBy, has, intersection, invert, isElement, isEmpty, isEqual, keys, merge, noop, once, random, round, set, sortBy, sumBy, throttle, times, toArray, toPairs, trimEnd, trimStart, truncate, unescape, uniq, uniqBy, update, without }; |
@@ -39,2 +39,4 @@ "use strict"; | ||
exports.get = get; | ||
var groupBy = require("lodash/groupBy"); | ||
exports.groupBy = groupBy; | ||
var has = require("lodash/has"); | ||
@@ -41,0 +43,0 @@ exports.has = has; |
{ | ||
"name": "@microsoft/sp-lodash-subset", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Essential lodash functions for SharePoint", | ||
@@ -10,3 +10,3 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER", | ||
"devDependencies": { | ||
"@ms/sp-build-internal-web": "~0.6.1", | ||
"@ms/sp-build-internal-web": "~0.7.0", | ||
"gulp": "~3.9.1" | ||
@@ -13,0 +13,0 @@ }, |
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
2309773
8543