Skip to content

Commit

Permalink
generate readme with verb
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed May 19, 2017
1 parent f3bec19 commit 2a8314d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ Note that performaces is slower for es6 features `Map`, `WeakMap`, `Set` and `We
{%= docs("benchmark/last.md") %}
```

## Release history

### v4.0.0

**Added**

- `promise` support


## Optimizations

In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library:
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Install with [npm](https://www.npmjs.com/):
$ npm install --save kind-of
```

## Install

Install with [bower](https://bower.io/)

```sh
Expand Down Expand Up @@ -195,6 +193,14 @@ Note that performaces is slower for es6 features `Map`, `WeakMap`, `Set` and `We

```

## Release history

### v4.0.0

**Added**

* `promise` support

## Optimizations

In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library:
Expand All @@ -219,7 +225,7 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea

| **Commits** | **Contributor** |
| --- | --- |
| 59 | [jonschlinkert](https://github.com/jonschlinkert) |
| 64 | [jonschlinkert](https://github.com/jonschlinkert) |
| 2 | [miguelmota](https://github.com/miguelmota) |
| 1 | [dtothefp](https://github.com/dtothefp) |
| 1 | [ksheedlo](https://github.com/ksheedlo) |
Expand Down Expand Up @@ -258,4 +264,4 @@ Released under the [MIT License](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 16, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._

0 comments on commit 2a8314d

Please sign in to comment.