Mean Versions Save

The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications

v0.3.3

10 years ago
  • Upgrade to Express 4.1
  • articles converted into an example package
  • setup work for mean-admin
  • numerous Grunt enhancements
  • clarification on Heroku deployment

v0.3.0

10 years ago

This was a massive release which fixed a lot of issues and paved the way for many new features. Documentation and detailed information is due in the 0.3.2 release

  • Added Roles to user schema
  • Added auth function for checking admin status
  • Added menu system
  • Added mean Package system
  • Added mean CLI with scaffolding

Roles are added to new users that are registered. In order to use the features of the new mean version your old users in the database would need to be updated to have the authenticated role. The cli provides option to add roles to users.

v0.3.1

10 years ago
  • Changed aggegateJs/css function to aggregateAsset(type,path,options)
  • Added automatic angular module generation
  • Added dependency declaration for angular modules
  • Use a git style sub command structure for cli

aggregateJs and aggregateCss is no longer supported

v0.3.2

10 years ago

0.3.2 is a small release but has a large impact in the way packages are used

  • Documentation for v0.3.x
  • Support for custom packages within the mean app
  • Changing of default scaffold location to /packages

Mean versions prior to 0.3.2 will still have the packages scaffolded into /node_modules

0.3.0

10 years ago

This was a massive release which fixed a lit of issues and paved the way for many new features. Documentation and detailed information is due in the 0.3.2 release

  • Added Roles to user schema
  • Added auth function for checking admin status
  • Added menu system
  • Added mean Package system
  • Added mean CLI with scaffolding

Roles are added to new users that are registered. In order to use the features of the new mean version your old users in the database would need to be updated to have the authenticated role. The cli provides option to add roles to users.