Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Aug 9, 2020
1 parent aebd37f commit 2a3fdcf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.0.0

Breaking changes:

* Remove `isArguments` method
* `isObject` return false for all built-ins

Bug fixes:

* Avoid relying on `Object.prototype.toString` to identify types

## 4.1.1

Build:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-it-type",
"version": "4.1.1",
"version": "5.0.0",
"description": "Determine type of a variable",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 2a3fdcf

Please sign in to comment.