Skip to content

Commit

Permalink
Merge tag 'v2.12.1'
Browse files Browse the repository at this point in the history
2.12.1

 * Catch unhandled error on current method invocation (Pradnya Baviskar)

 * Fix jscs settings (Miroslav Bajtoš)

 * Remove use of deprecated `req.param()` in express (Seth Etter)

 * Update simple example (Ritchie Martori)

 * Handle Http Invoke Errors Fixes #160 (Berkeley Martinez)
  • Loading branch information
Miroslav Bajtoš committed Feb 3, 2015
2 parents 5fdf3a4 + 066ebcd commit 2593cc9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
48 changes: 42 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2015-02-03, Version 2.12.1
==========================

* Catch unhandled error on current method invocation (Pradnya Baviskar)

* Fix jscs settings (Miroslav Bajtoš)

* Remove use of deprecated `req.param()` in express (Seth Etter)

* Update simple example (Ritchie Martori)

* Handle Http Invoke Errors Fixes https://github.com/strongloop/strong-remoting/issues/160 (Berkeley Martinez)


2015-01-21, Version 2.12.0
==========================

Expand Down Expand Up @@ -119,10 +133,6 @@

* Changed errorHandler() to honor options.remoting.errorHandler.handler in order to replace restErrorHandler (Shelby Sanders)


2014-10-16, Version 2.5.0
=========================

* Added missing docs for errors and notes (Shelby Sanders)

* Added support for notes (Shelby Sanders)
Expand All @@ -143,8 +153,6 @@

* Fix missing assert (Ritchie Martori)

* Bump version (Raymond Feng)

* Set up CORS hander for error responses (Raymond Feng)

* Add a test for request header param (Raymond Feng)
Expand Down Expand Up @@ -216,6 +224,34 @@
* rest: use `app.delete` instead of `app.del` (Miroslav Bajtoš)


2014-10-16, Version 2.5.0
=========================

* Added missing docs for errors and notes (Shelby Sanders)

* Added support for notes (Shelby Sanders)

* Added support for errors property to specify possible errors that can be returned (Shelby Sanders)

* Update contribution guidelines (Ryan Graham)

* Add sharedClass.disableMethod() (Ritchie Martori)

* Add prototype shared method tests (Krishna Raman)

* Fix http-invocation test (Krishna Raman)

* Support prototype methods via HttpInvocation (Krishna Raman)

* Remove stupid assert global (Ritchie Martori)

* Fix missing assert (Ritchie Martori)

* Bump version (Raymond Feng)

* Set up CORS hander for error responses (Raymond Feng)


2014-09-25, Version 2.2.0
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Remoting",
"REST"
],
"version": "2.12.0",
"version": "2.12.1",
"scripts": {
"pretest": "grunt jscs jshint",
"test": "mocha"
Expand Down

0 comments on commit 2593cc9

Please sign in to comment.