Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Nov 12, 2017
1 parent 0f41188 commit 984de6a
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,6 +1,6 @@
{
"name": "inquirer",
"version": "3.3.0",
"version": "4.0.0",
"description":
"A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
Expand Down

3 comments on commit 984de6a

@vvo
Copy link

@vvo vvo commented on 984de6a Nov 16, 2017

Choose a reason for hiding this comment

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

Any breaking changes apart from the Node 4 deprecation? Thanks! @SBoudrias

@SBoudrias
Copy link
Owner Author

Choose a reason for hiding this comment

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

@vvo the move to es6 classes might break some plugins https://github.com/SBoudrias/Inquirer.js/releases as constructor functions cannot be called without new anymore. So old prototype style inheritance (e.g. Base.apply(this, arguments);) doesn't work no more.

Apart from that should be all right :)

@vvo
Copy link

@vvo vvo commented on 984de6a Nov 16, 2017

Choose a reason for hiding this comment

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

Thanks a lot

Please sign in to comment.