Skip to content

Version 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghaiklor ghaiklor released this 19 Mar 16:10
· 1247 commits to dev since this release
  • Improvement: Add wrapper for prototype extending to services;
  • Improvement: Add winston Logger by default;
  • Improvement: Add Console and DailyRotateFile transports to sails.config.log;
  • Improvement: Add Google Plus authorization;
  • Improvement: Add Memory, Disk, SQLServer and OrientDB connections;
  • Improvement: Add model connection by default to Disk in development environment;
  • Improvement: Add questions kinda "Do you need Facebook authorization?";
  • Improvement: Add test coverage tool;
  • Improvement: Add bootstrap function and configure npm test command, so you have test coverage and running test cases;
  • Improvement: Rename all test cases to *.test.js files;
  • Improvement: Move mocha options to mocha.opts files in test folder;
  • Improvement: Optimize passport.js configuration file;
  • Improvement: Move ping from Auth to PingController. Into this controller can be added more checks of server status;
  • Improvement: Add shortcut for Sails REPL in package, so you can call npm run console and you'll get REPL of sails app;
  • Typo: Rename JWT header auth to Bearer;
  • Typo: Remove auth by username. Local strategy works only with email now;
  • Typo: Rename fix-deps script to check-deps;
  • Typo: Remove warning when you set skip-project-install option;
  • Typo: Simplify end section in generator;
  • Typo: Rename test folder to tests;