-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marek Sierociński
committed
Sep 15, 2018
1 parent
33d2bc4
commit 7f914ed
Showing
10 changed files
with
553 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#### 1.2.0 (2018-09-15) | ||
|
||
* `Number` | ||
|
||
* added `isNumber` static method | ||
* static method `isInt` has been renamed to `isInteger` and now is Polyfill to | ||
[ES2015 method](https://www.ecma-international.org/ecma-262/6.0/#sec-isinteger) | ||
* added `isNatural` static method | ||
|
||
* `Object` | ||
|
||
* added `assign` which is Polyfill to | ||
[ES2015 method](https://www.ecma-international.org/ecma-262/6.0/#sec-object.assign) | ||
* added `deepAssign` which is similar to `assign`, but extends also deep nested Objects | ||
|
||
* `Array` | ||
|
||
* added tests for all methods | ||
|
||
* added this CHANGELOG file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.