@globalbrain/sefirot
Advanced tools
Comparing version 0.38.1 to 0.39.0
@@ -0,1 +1,7 @@ | ||
# [0.39.0](https://github.com/globalbrain/sefirot/compare/v0.38.1...v0.39.0) (2021-02-17) | ||
### Features | ||
* **support:** expose `orderBy` and `groupBy` functions ([88019c5](https://github.com/globalbrain/sefirot/commit/88019c5f70c9427fd2d67b2c2671fc212e49129a)) | ||
## [0.38.1](https://github.com/globalbrain/sefirot/compare/v0.38.0...v0.38.1) (2021-02-17) | ||
@@ -2,0 +8,0 @@ |
export { default as isEqual } from 'lodash-es/isEqual' | ||
export { default as cloneDeep } from 'lodash-es/cloneDeep' | ||
export { default as orderBy } from 'lodash-es/orderBy' | ||
export { default as groupBy } from 'lodash-es/groupBy' | ||
@@ -4,0 +6,0 @@ export function isNullish(value: any): value is undefined | null { |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.38.1", | ||
"version": "0.39.0", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -5,0 +5,0 @@ "files": [ |
252041
1727