Skip to content

Commit

Permalink
Merge branch 'refs/heads/0.3.x'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
ayoung committed Jan 12, 2012
2 parents fbc63c8 + 0cdeb84 commit 48e2ba8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,10 +1,13 @@
Restler 0.2.4
===========
Restler 0.3.x

(C) Dan Webb (dan@danwebb.net/@danwrong) 2011, Licensed under the MIT-LICENSE

An HTTP client library for node.js (0.3 and up). Hides most of the complexity of creating and using http.Client. Very early days yet.

**Release 0.3.x** will be dedicated to modifying how errors are handled and emitted. Currently errors are being fired as an on 'error' event but as [@ctavan](https://github.com/ctavan) pointed out on [issue #36](https://github.com/danwrong/restler/pull/36) a better approach (and more commonly in vogue now) would be to pass the error obj to the callback.

Ths change will inevitably affect those using older < 0.2.x versions of restler. Those not ready to upgrade yet are encouraged to stay on the 0.2.x version.

See [Version History](https://github.com/danwrong/restler/wiki/Version-History) for changes


Expand Down

0 comments on commit 48e2ba8

Please sign in to comment.