Skip to content

Commit

Permalink
publish 2.1.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill authored and Tom910 committed Aug 22, 2019
1 parent e51bf0d commit 572ad1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.0
+ add array/groupBy to group values in array by the list of predicates
+ add object/propSetBy and object/pathSetBy functions to allow setting values based on the result of function call
+ add utils/assign to create a shallow copy based on type
+ object/propSet, object/pathSet won't generate new reference when the object itself doesn't change
+ extend types for object/propApply, object/pathApply functions

## 2.0.0
+ add typings
+ move docs to branch gh-pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/utils",
"version": "2.0.0",
"version": "2.1.0",
"author": "Tinkoff team",
"scripts": {
"release": "node ./releaseUtils/index.js",
Expand Down

0 comments on commit 572ad1f

Please sign in to comment.