Releases: linnovate/mean
Releases · linnovate/mean
1.0 - rc1 !
MEAN Material
Material Design as the base CSS package for MEAN stack
More Details: #1648
0.5.6 (towards our first rc)
Another step towards our first rc.
- Stacksight / meanio refactor
- Styling changes (Adhering to https://github.com/johnpapa/angular-styleguide )
0.5.5
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
0.5
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...
Release 0.4.4
- Changed to use gulp exclusively
- Simplified installation - removed interaction
Release 0.4.3
Aggregation fixes
Installer refactoring and cleanup
Release 0.4.2
- 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
Release 0.4.1
- Core modules support - splitting the core
- DB and Multiple db connections
- First experience UX
- Aggregation changes
- Added option to turn off aggregation
Release 0.4.0
- 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