Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Sep 24, 2016
1 parent b4d0830 commit 5ccb3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "isarray",
"description": "Array#isArray for older browsers",
"version": "1.0.0",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/isarray.git"
Expand Down

4 comments on commit 5ccb3ce

@tunnckoCore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why v2? Can't see the reason.

@juliangruber
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i npm deprecated this module and wanted to do so on a semver major version so people using the old one don't get all those annoying messages

@ljharb
Copy link
Collaborator

@ljharb ljharb commented on 5ccb3ce Oct 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why deprecate it though? Lots of people still need to support ES3, or their consumers do.

@tunnckoCore
Copy link

@tunnckoCore tunnckoCore commented on 5ccb3ce Oct 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of people still need to support ES3, or their consumers do.

Yeap, I'm agree.

That's why javascript ecosystem has so many packages and every user publish own package - stability.

Please sign in to comment.