Skip to content

Commit

Permalink
2.18.0
Browse files Browse the repository at this point in the history
 * Add authorization hook (Ritchie Martori)
  • Loading branch information
ritch committed May 12, 2015
1 parent 18b3d88 commit 8b0f04c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 17 deletions.
50 changes: 34 additions & 16 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2015-05-12, Version 2.18.0
==========================

* Add authorization hook (Ritchie Martori)


2015-05-06, Version 2.17.0
==========================

Expand Down Expand Up @@ -253,8 +259,16 @@

* Update contribution guidelines (Ryan Graham)


2014-09-30, Version 2.4.0
=========================

* Add sharedClass.disableMethod() (Ritchie Martori)


2014-09-26, Version 2.3.0
=========================

* Add prototype shared method tests (Krishna Raman)

* Fix http-invocation test (Krishna Raman)
Expand Down Expand Up @@ -319,14 +333,14 @@

* Bump version (Raymond Feng)


2014-08-07, Version 2.0.3
=========================

* Update deps (especially for qs) (Raymond Feng)

* Fix the broken sample (Raymond Feng)


2014-07-29, Version 2.0.3
=========================

* Improve shared class and method docs (Ritchie Martori)


Expand Down Expand Up @@ -401,24 +415,12 @@

* Add more classes to JSDocs; some doc cleanup. (crandmck)

* !fixup use strongloop/node.js literal convention (Ritchie Martori)

* !fixup isDelegate tests (Ritchie Martori)

* Add test for `sharedClass.find(name)` (Ritchie Martori)

* Rename willInvoke => isDelegateFor (Ritchie Martori)

* 2.0.0-beta3 (Miroslav Bajtoš)

* Exclude body-parser from the browser bundle (Miroslav Bajtoš)

* Remove duplicate dep (Raymond Feng)

* Add sharedMethod aliases (Ritchie Martori)

* Add sharedMethod.willInvoke(suspect) (Ritchie Martori)

* Bump version (Raymond Feng)

* Add more tests and use eql for readability (Raymond Feng)
Expand All @@ -430,6 +432,22 @@
* Upgrade to express 4.x (Raymond Feng)


2014-06-03, Version 1.5.0
=========================

* !fixup use strongloop/node.js literal convention (Ritchie Martori)

* !fixup isDelegate tests (Ritchie Martori)

* Add test for `sharedClass.find(name)` (Ritchie Martori)

* Rename willInvoke => isDelegateFor (Ritchie Martori)

* Add sharedMethod aliases (Ritchie Martori)

* Add sharedMethod.willInvoke(suspect) (Ritchie Martori)


2014-05-30, Version 1.4.3
=========================

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.17.0",
"version": "2.18.0",
"scripts": {
"pretest": "grunt jscs jshint",
"test": "mocha"
Expand Down

0 comments on commit 8b0f04c

Please sign in to comment.