Skip to content

3.0.0

Choose a tag to compare

@jadjoubran jadjoubran released this 29 Dec 22:07
· 343 commits to master since this release
  • Extended documentation & moved out of the repository: Docs
  • Upgraded to Angular Material ~1.0
  • Follow angular best practices (John Papa's style guide) in demo
  • Follow angular best practices (John Papa's style guide) in Angular Generators
  • Group all demo functionality in 1 folder so they can be easily removed
  • Removed demo specific code
  • Out of the box support for $templateCache (templates loaded in a single js file instead of ajax)
  • New Logo
  • REST API test helpers
  • JWT test helpers
  • API Response macros (success & error) inline with restangular config
  • Restangular error interceptor to show validation errors in dialog
  • eslint instead of jshint. Eslint configured according to Angular best practices
  • Added getting started guide (available in documentation docs)
  • Moved artisan generators to a different repository. However they're loaded by default here
  • Started with a fresh Laravel 5.1 installation
  • Removed the need to add full namespace in routes (because of dingo/api)
  • Out of the box JWT Setup