Skip to content

Version 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghaiklor ghaiklor released this 16 Feb 13:50
· 1499 commits to dev since this release
  • Improvement: Move to Sails v0.11;
  • Improvement: Move to Unstable stability level;
  • Improvement: Move jwt config to JwtCipher service;
  • Improvement: Add more custom responses Bad Request, Created, Forbidden, Not Found, OK, Server Error, Unauthorized;
  • Improvement: You can override root object in response;
  • Improvement: Include all default blueprints to api/blueprints folder;
  • Improvement: Rewrite default blueprints for CRUD and simplify them;
  • Improvement: Returns meta information for GET /v1/:model in body and Content-Range in headers;
  • Improvement: Add questions for Facebook and Twitter tokens;
  • Improvement: Rename isUser policy to isAuthenticated, it's more appropriate name;
  • Fix: Getting status code from passport in AuthController;