Skip to content

Releases: linnovate/mean

Release 0.3.3

06 May 14:15
Compare
Choose a tag to compare
  • Upgrade to Express 4.1
  • articles converted into an example package
  • setup work for mean-admin
  • numerous Grunt enhancements
  • clarification on Heroku deployment

Release 0.3.2

01 May 14:38
Compare
Choose a tag to compare

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

Release 0.3.1

01 May 14:52
Compare
Choose a tag to compare
  • 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

Release 0.3.0

01 May 15:10
Compare
Choose a tag to compare

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.