Releases: petecoop/generator-express
Releases · petecoop/generator-express
2.5.8
01 Mar 10:37
Compare
Sorry, something went wrong.
No results found
Updated to latest dependencies
Minor bug fixes & reorganized code
2.5.4
21 Jan 00:20
Compare
Sorry, something went wrong.
No results found
2.5.3
18 Jan 22:01
Compare
Sorry, something went wrong.
No results found
Added Stylus support
Updated all dependencies.
Updated code for Sequelize and added an example on how to use relations.
2.4.1
14 Dec 19:27
Compare
Sorry, something went wrong.
No results found
Updated all dependencies
Added option for Swig View Engine
Rewrote generator to follow most recent Yeoman standards
2.3
09 Nov 17:57
Compare
Sorry, something went wrong.
No results found
This version bring CSS pre-processor support for LESS & SASS thanks to @yaacov .
When using sass you have the options of using node-sass which is faster, or ruby-sass which has the latest sass features and optional compass support.
All pre-processing is done in the Grunt/Gulp tasks through file watchers.
2.2.0
11 Oct 22:16
Compare
Sorry, something went wrong.
No results found
Lots of fixes since the 2.0 release
Added gulp support & choice between grunt or gulp
2.0.0
22 Jul 10:03
Compare
Sorry, something went wrong.
No results found
Upgraded to express 4
Updated basic express generator to mirror the express-generator
Updated to latest versions of all dependencies
Added options in MVC generator to select between MongoDB, MySQL & PostgreSQL databases
Added options to choose between jade and ejs templates
Added support for CoffeeScript with the --coffee flag
1.0.6
24 Sep 12:29
Compare
Sorry, something went wrong.
No results found
version bump - is this all i do now?
0.3.1
23 Jul 12:32
Compare
Sorry, something went wrong.
No results found
Allow the livereload server port to be edited
0.3.0
23 Jul 10:20
Compare
Sorry, something went wrong.
No results found
Implements #2 swapping the native mongoDB driver for mongoosejs.
MVC applications will now need mongoDB running to be able to work straight away.
Docs on mongoose can be found here