We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78ac1c commit 122b9ffCopy full SHA for 122b9ff
CHANGELOG.md
@@ -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
+
7
## 2.1.0
8
+ add array/groupBy to group values in array by the list of predicates
9
+ add object/propSetBy and object/pathSetBy functions to allow setting values based on the result of function call
package.json
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/utils",
- "version": "2.1.0",
+ "version": "2.1.1",
"author": "Tinkoff team",
"scripts": {
"release": "node ./releaseUtils/index.js",
0 commit comments