Skip to content

0.5

Compare
Choose a tag to compare
@liorkesos liorkesos released this 17 May 05:34
· 898 commits to master since this release

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...