Skip to content

Releases: linnovate/mean

1.0 - rc1 !

02 Feb 22:49
Compare
Choose a tag to compare

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

MEAN Material

12 Sep 03:23
Compare
Choose a tag to compare

Material Design as the base CSS package for MEAN stack

More Details: #1648

0.5.6 (towards our first rc)

28 Jul 13:19
Compare
Choose a tag to compare
Pre-release

Another step towards our first rc.

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

0.5.5

10 Jul 05:39
Compare
Choose a tag to compare

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

17 May 05:34
Compare
Choose a tag to compare

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

12 May 19:00
Compare
Choose a tag to compare
  • Changed to use gulp exclusively
  • Simplified installation - removed interaction

Release 0.4.3

12 May 18:58
Compare
Choose a tag to compare
Release 0.4.3 Pre-release
Pre-release

Aggregation fixes
Installer refactoring and cleanup

Release 0.4.2

18 Dec 04:25
Compare
Choose a tag to compare
  • 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

26 Nov 15:23
Compare
Choose a tag to compare
  • 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

01 Jul 21:06
Compare
Choose a tag to compare
  • 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