Comparing version 0.1.0 to 0.2.0
# Changelog | ||
<a name="0.2.0"></a> | ||
## [0.2.0](https://github.com/jpcx/ts-ev/tree/0.2.0) (2021-09-15) | ||
| __[Changes since 0.1.0](https://github.com/jpcx/ts-ev/compare/0.1.0...0.2.0)__ | [Release Notes](https://github.com/jpcx/ts-ev/releases/tag/0.2.0) | [README](https://github.com/jpcx/ts-ev/tree/0.2.0/README.md) | | ||
| --- | --- | --- | | ||
| [Source Code (zip)](https://github.com/jpcx/ts-ev/archive/0.2.0.zip) | [Source Code (tar.gz)](https://github.com/jpcx/ts-ev/archive/0.2.0.tar.gz) | | ||
| --- | --- | | ||
Minor changes to the README. | ||
<a name="0.1.0"></a> | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "ts-ev", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "a typed event emitter that provides removal protection, filtering, and inheritance", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,5 +0,13 @@ | ||
# [ts-ev](https://github.com/jpcx/ts-ev/blob/main/CHANGELOG.md) | ||
[![](https://github.com/jpcx/ts-ev/blob/0.2.0/assets/logo.png)](#) | ||
## About | ||
![](https://img.shields.io/github/issues/jpcx/ts-ev) | ||
![](https://img.shields.io/github/forks/jpcx/ts-ev) | ||
![](https://img.shields.io/github/stars/jpcx/ts-ev) | ||
![](https://img.shields.io/npm/dm/ts-ev) | ||
![](https://img.shields.io/librariesio/dependents/npm/ts-ev) | ||
![](https://img.shields.io/github/license/jpcx/ts-ev) | ||
![](https://img.shields.io/librariesio/github/jpcx/ts-ev?label=dev-dependencies) | ||
[![](https://nodei.co/npm/ts-ev.png?mini=true)](https://www.npmjs.com/package/ts-ev) | ||
ts-ev is a typed event emitter that provides removal protection, filtering, and inheritance. | ||
@@ -9,4 +17,8 @@ | ||
### Features | ||
ts-ev has zero imports, so it should be usable in any context. | ||
**[changelog](https://github.com/jpcx/ts-ev/blob/0.2.0/CHANGELOG.md)** | ||
## Features | ||
Execution Order Guarantees: | ||
@@ -29,3 +41,3 @@ - Ensures that `.emit()` operates on the currently registered listeners. | ||
#### Template Parameters | ||
### Template Parameters | ||
@@ -64,8 +76,4 @@ ```ts | ||
### Usage | ||
## Usage | ||
```shell | ||
npm i --save "ts-ev" | ||
``` | ||
```ts | ||
@@ -72,0 +80,0 @@ import { Emitter } from "ts-ev"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15855
148