Skip to content

Version 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghaiklor ghaiklor released this 19 Feb 19:00
· 1450 commits to dev since this release
  • Improvement: Add tools folder where useful tools is located;
  • Improvement: Implement fix-deps tool which checks for missing or unused dependencies in the project and fix that;
  • Improvement: Implement update-deps tool which checks all modules for new versions and provides interactive menu for updating;
  • Improvement: Return methodOverride middleware to http config;
  • Improvement: Add hidden restPrefix config to blueprints configuration file;
  • Improvement: Add hidden serverOptions and bodyParser configurations to http configuration file;
  • Improvement: Add .gitkeep files to each api folder;
  • Improvement: Extend api folder with other directories which loads with Sails by default;
  • Improvement: Implement checking for generator-sails-rest-api updates in CLI;
  • Improvement: Optimizing and improvement yeoman index.js file structure;
  • Improvement: Automatically creates .yo-rc.json file where generator's configuration is storing;
  • Improvement: Add skip-generator-update option which skips checking for generator updates on running;
  • Improvement: Add skip-generator-welcome option which skips yeoman's welcome when generator is running;
  • Improvement: Add skip-project-install option which skips running npm install in project root;
  • Improvement: Add skip-project-diagnostic option which skips running diagnostic tools after project initialized;
  • Improvement: Add skip-all option which skips everything and just scaffolds project;
  • Fix: Add skip-install to yeoman as it should be declared (before it was wrong);
  • Fix: Bunch of small improvements and fixes;