Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Releases: petecoop/generator-express

2.5.8

01 Mar 10:37
Compare
Choose a tag to compare
  • Updated to latest dependencies
  • Minor bug fixes & reorganized code

2.5.4

21 Jan 00:20
Compare
Choose a tag to compare

2.5.3

18 Jan 22:01
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Updated all dependencies
  • Added option for Swig View Engine
  • Rewrote generator to follow most recent Yeoman standards

2.3

09 Nov 17:57
Compare
Choose a tag to compare
2.3

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
Choose a tag to compare
  • Lots of fixes since the 2.0 release
  • Added gulp support & choice between grunt or gulp

2.0.0

22 Jul 10:03
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
version bump - is this all i do now?

0.3.1

23 Jul 12:32
Compare
Choose a tag to compare

Allow the livereload server port to be edited

0.3.0

23 Jul 10:20
Compare
Choose a tag to compare

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