Changelog
v0.7.1
- Make compatible with Meteor 0.9.0 package server
v0.6.0
v0.5.9
- Allow
configure()to be called at any time (but only once) (#19)
v0.5.8
- Fix bug where
bodyParseroptions not passed in toconnect.
v0.5.7
- Add
pretty_jsonconfig option - Fix issue with catch-all route (#14)
v0.5.6
- Fix issue #9
v0.5.4
- Add
onLoggedInandonLoggedOutcallbacks to configuration options.
v0.5.3
- Fix bug where
configurewas required, even if it was empty (#4). - Fix bug where server method invocation (
RESTstop.call) did not work (#5). - Move package documentation to http://github.differential.com/reststop2
v0.5.2
- Make
paramsdefault data type an object instead of an array (#2) - Implement
logoutroute
v0.5.0
- Read request body for PUT requests.
- Always read query string for any request, if there is one.
v0.4.3
- Fix bug where auth did not work.
- Update README installation instructions.
v0.4.2
- Remove external dependency on
npmand npm'sconnect. - Update README to reflect new scoping.
OPEN SOURCE