Skip to content

Commit b63fdfd

Browse files
committed
Version 2.0.0
1 parent 7395239 commit b63fdfd

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![npm version](https://img.shields.io/npm/v/uevent.svg?style=flat-square)](https://www.npmjs.com/package/uevent)
44
[![jsDelivr CDN](https://data.jsdelivr.com/v1/package/npm/uevent/badge)](https://www.jsdelivr.com/package/npm/uevent)
55
[![Build Status](https://github.com/mistic100/uEvent/workflows/CI/badge.svg)](https://github.com/mistic100/uEvent/actions)
6-
[![Dependencies Status](https://david-dm.org/mistic100/uEvent/status.svg?style=flat-square)](https://david-dm.org/mistic100/uEvent)
76

87
_uEvent_ is a event emitter library which provides the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) to javascript objects.
98
It works on node.js and browser and also supports RequireJS (AMD).
@@ -13,8 +12,7 @@ It is a fork of [jeromeetienne/microevents.js](https://github.com/jeromeetienne/
1312

1413
## Features
1514

16-
* jQuery-like API (`on`, `off`, `trigger`)
17-
* Once support
15+
* jQuery-like API (`on`, `off`, `once`, trigger`)
1816
* Value modifier support
1917
* **prevent default** and **stop propagation** patterns
2018
* [handleEvent](https://developer.mozilla.org/en/docs/Web/API/EventListener#handleEvent()) support

browser.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)