Mean Versions Save

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

v1.0rc1

7 years ago

Everything is pretty awesome and ready for the 1.0 Changed first look and feel...

0.7

7 years ago

Material Design as the base CSS package for MEAN stack

More Details: https://github.com/linnovate/mean/issues/1648

0.5.6

8 years ago

Another step towards our first rc.

  1. Stacksight / meanio refactor
  2. Styling changes (Adhering to https://github.com/johnpapa/angular-styleguide )

v0.5.5

8 years ago

This release focuses on

  • implementing a basic permissions model using "circles"
  • Introducing the notion of circles which provide an abstract way of associating objects to groups and providing middleware to provide permissions and acls according to that association

v0.5.0

8 years ago

0.5 is the latest 0.x releases and will be the functional framework for mean 1.0 This is the first time we're rolling out new functionality in quite a while The release contains...

  • Clean Urls (html5 push state support)
  • Angular SEO support
  • JWT based authentication (instead of sessions)
  • Swagger support (API browsing of express endpoints)
  • Admin package in core
  • Mean Network integration

Note: The clean urls and html5 push state support needed to make a clear distinction between server side routes and angular routes (the #! was removed). To do so all express routes now start with /api/ Please excuse us as we patch the package creation package and issue updates to previous packages...

v0.4.4

8 years ago
  • Changed to use gulp exclusively
  • Simplified installation - removed interaction

v0.4.3

8 years ago

Aggregation fixes Installer refactoring and cleanup

v0.4.2

9 years ago
  • Choice of Grunt or Gulp (thanks @mkelley33!)
  • Laid groundwork for running Grunt in each package (thanks @AlmogBaku!)
  • Ability to run server Cluster
  • XSS Security fix
  • PAAS w/ mean-deploy

v0.4.1

9 years ago
  • Core modules support - splitting the core
  • DB and Multiple db connections
  • First experience UX
  • Aggregation changes
    • Added option to turn off aggregation

v0.4.0

9 years ago
  • Moving core logic into packages
  • Uglify aggregated js
  • Allow DB overriding of configuration files and created /config directory
  • Moved core mean logic from express.js to meanio package
  • Release of mean-cli version 0.5.3
  • Moved public/libs to bower_componets
  • Removed public and server directory logic to system and access paclages
  • Created JS and CSS grouping and weights to allow changing order of js and css files