Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 25, 2018
1 parent 5c06c27 commit d0e217c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
@@ -1,3 +1,15 @@
# 3.0.0 (2018-05-25)

**This version drops support for IE8.** `events` no longer includes polyfills
for ES5 features. If you need to support older environments, use an ES5 shim
like [es5-shim](https://npmjs.com/package/es5-shim). Both the shim and sham
versions of es5-shim are necessary.

- Update to events code from Node.js 10.x
- (semver major) Adds `off()` method
- Port more tests from Node.js
- Switch browser tests to airtap, making things more reliable

# 2.1.0 (2018-05-25)

- add Emitter#rawListeners from Node.js v9.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "events",
"id": "events",
"version": "2.1.0",
"version": "3.0.0",
"description": "Node's event emitter for all engines.",
"keywords": [
"events",
Expand Down

0 comments on commit d0e217c

Please sign in to comment.