# ember-runtime-enumerable-includes-polyfill

> Polyfill for ember-runtime-enumerable-includes feature (noop in Ember >= 2.8)

Latest version **2.1.0** (published 2017-11-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-runtime-enumerable-includes-polyfill
pnpm add ember-runtime-enumerable-includes-polyfill
yarn add ember-runtime-enumerable-includes-polyfill
bun add ember-runtime-enumerable-includes-polyfill
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2017-11-16 |
| First published | 2016-08-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Robert Jackson |
| Maintainers | rwjblue |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/ember-runtime-enumerable-includes-polyfill
- Repository: https://github.com/rwjblue/ember-runtime-enumerable-includes-polyfill
- Homepage: https://github.com/rwjblue/ember-runtime-enumerable-includes-polyfill#readme
- Issues: https://github.com/rwjblue/ember-runtime-enumerable-includes-polyfill/issues
- npm.io page: https://npm.io/package/ember-runtime-enumerable-includes-polyfill

## Dependencies (2)

- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^6.9.0
- [ember-cli-version-checker](https://npm.io/package/ember-cli-version-checker.md) ^2.1.0

## Recent versions

- 2.1.0 (latest) — 2017-11-16
- 2.0.0 — 2017-04-22
- 1.0.4 — 2016-11-29
- 1.0.3 — 2016-11-22
- 1.0.2 — 2016-10-27
- 1.0.1 — 2016-08-31
- 1.0.0 — 2016-08-25

## README

# ember-runtime-enumerable-includes-polyfill

This addon polyfills the `ember-runtime-enumerable-includes` feature added to Ember 
in 2.8.0. This addon is intended to allow addons and/or applications use the new 
functionality and avoid deprecations while still supporting older Ember versions.

Read more details on the feature here:

* [emberjs/rfcs#136](https://github.com/emberjs/rfcs/pull/136)
* [Deprecation Guide](http://emberjs.com/deprecations/v2.x/#toc_enumerable-contains)

[![Build Status](https://travis-ci.org/rwjblue/ember-runtime-enumerable-includes-polyfill.svg?branch=master)](https://travis-ci.org/rwjblue/ember-runtime-enumerable-includes-polyfill)

## Usage
To use this addon in your project, install it as a runtime dependency:

```bash
npm install --save ember-runtime-enumerable-includes-polyfill
```

That's it!

## Installation

* `git clone <repository-url>` this repository
* `cd ember-runtime-enumerable-includes-polyfill`
* `npm install`
* `bower install`

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## Running Tests

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).

---
_Source: https://npm.io/package/ember-runtime-enumerable-includes-polyfill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
