Skip to content

Commit

Permalink
Add ender info. Add issue numbers to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Dec 2, 2013
1 parent eafd6a1 commit 5376ab7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### 2.7.0

* Added [`promise.catch`](docs/api.md#catch) and [`promise.finally`](docs/api.md#finally) as synonyms for `promise.otherwise` and `promise.ensure`. (#212)
* New [browserify build](../README.md#legacy-environments-via-browserify) for those using globals.
* Added [ender](http://ender.jit.su) support to `package.json`.
* Fix compatibility with [PhantomJS](http://phantomjs.org)'s' CommonJS module support. (#266)
* New [browserify build](../README.md#legacy-environments-via-browserify) for those using globals. (#209)
* Added [ender](http://ender.jit.su) support to `package.json`. (#223)
* Fix compatibility with [PhantomJS](http://phantomjs.org)'s CommonJS module support. (#226)
* Fix [Sauce Labs](https://saucelabs.com) tests for pull requests. (#216)
* Added `bower.json` `ignore` to trim files installed via bower.
* Added `bower.json` `ignore` to trim files installed via bower. (#193)

### 2.6.0

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Quick Start
1. `ringo-admin install cujojs/when`
1. `var when = require('when');`

#### Ender

1. `ender add cujojs/when`

This comment has been minimized.

Copy link
@ded

ded Dec 6, 2013

Contributor

this is fantastic we're in the readme! for the CLI specific example, you should really only need ender add when — although, your example also works (since that is the GH installation case)

This comment has been minimized.

Copy link
@briancavalier

briancavalier Dec 7, 2013

Author Member

oh, nice, thanks! I'll update it. BTW, how does ender know? does it use the npm or bower registries for name lookups?

This comment has been minimized.

Copy link
@ded

ded Dec 7, 2013

Contributor

as of Ender 2.0 — anything npm can install, ender can install it. which includes this list, which is npm modules, urls or paths to tarballs, and git urls. and even git urls with a tag, or branch 😄 — we leave bower completely out of it

This comment has been minimized.

Copy link
@briancavalier

briancavalier Dec 9, 2013

Author Member

Wow, pretty cool.

2. `var when = require('when');`

#### Legacy environments (via browserify)

1. `git clone https://github.com/cujojs/when`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "when",
"version": "2.7.0",
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
"keywords": ["Promises/A+", "promises-aplus", "promise", "promises", "deferred", "deferreds", "when", "async", "asynchronous", "cujo"],
"keywords": ["Promises/A+", "promises-aplus", "promise", "promises", "deferred", "deferreds", "when", "async", "asynchronous", "cujo", "ender"],
"homepage": "http://cujojs.com",
"licenses": [
{
Expand Down

0 comments on commit 5376ab7

Please sign in to comment.