2.8.8 * Fix context middleware to preserve domains (Pham Anh Tuan) * Additional password reset unit tests for API and REST - strongloop/loopback#944 (Ron Edgecomb) * Small formatting update to have consistency with identical logic in other areas. - strongloop/loopback#944 (Ron Edgecomb) * Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests - strongloop/loopback#944 (Ron Edgecomb) * Force request to send body as string, this ensures headers aren't automatically set to application/json - strongloop/loopback#944 (Ron Edgecomb) * Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances. - strongloop/loopback#944 (Ron Edgecomb) * Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired. - strongloop/loopback#944 (Ron Edgecomb) * Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials - strongloop/loopback#944 (Ron Edgecomb) * fix jscs warning (Clark Wang) * fix nestRemoting is nesting hooks from other relations (Clark Wang)