Skip to content

Commit 122b9ff

Browse files
authored
publish 2.1.1 (#52)
1 parent c78ac1c commit 122b9ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.1
2+
+ add is/reactComponent
3+
+ is/reactElement now using `react-is` package if available
4+
+ is/plainObject returns false for react components
5+
+ clone will only copy the plain objects instead of copying any object with prototype or react components
6+
17
## 2.1.0
28
+ add array/groupBy to group values in array by the list of predicates
39
+ add object/propSetBy and object/pathSetBy functions to allow setting values based on the result of function call

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinkoff/utils",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"author": "Tinkoff team",
55
"scripts": {
66
"release": "node ./releaseUtils/index.js",

0 commit comments

Comments
 (0)