Skip to content

Releases: linnovate/mean

1.0 - rc1 !

Choose a tag to compare

@liorkesos liorkesos released this 02 Feb 22:49

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

MEAN Material

Choose a tag to compare

@VikramTiwari VikramTiwari released this 12 Sep 03:23

Material Design as the base CSS package for MEAN stack

More Details: #1648

0.5.6 (towards our first rc)

Pre-release

Choose a tag to compare

@liorkesos liorkesos released this 28 Jul 13:19

Another step towards our first rc.

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

0.5.5

Choose a tag to compare

@liorkesos liorkesos released this 10 Jul 05:39

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

Choose a tag to compare

@liorkesos liorkesos released this 17 May 05:34

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

Choose a tag to compare

@liorkesos liorkesos released this 12 May 19:00
  • Changed to use gulp exclusively
  • Simplified installation - removed interaction

Release 0.4.3

Release 0.4.3 Pre-release
Pre-release

Choose a tag to compare

@liorkesos liorkesos released this 12 May 18:58

Aggregation fixes
Installer refactoring and cleanup

Release 0.4.2

Choose a tag to compare

@fyockm fyockm released this 18 Dec 04:25
  • 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

Choose a tag to compare

@fyockm fyockm released this 26 Nov 15:23
  • 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

Choose a tag to compare

@fyockm fyockm released this 01 Jul 21:06
  • 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