Skip to content

Commit

Permalink
Updates readme to add lean option
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmt committed Nov 4, 2013
1 parent d447515 commit 02a1537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ serve(app, model, [options])
* postProcess - A middleware to be called after the response has been sent.
It is only executed on success. If an error is sent to the client,
this is not executed.

* lean - If ```false```, will not convert to returned values to plain old javascript
objects. This is bad for performance, but it allows for returning virtuals, getters and setters.

## Contributors
* Enric León (https://github.com/nothingbuttumbleweed)
* David Higginbotham (https://github.com/dhigginbotham)
Expand Down

0 comments on commit 02a1537

Please sign in to comment.