Releases: jadjoubran/laravel5-angular-material-starter
Releases · jadjoubran/laravel5-angular-material-starter
3.2.0
- Out of the box JWT authentication with Satellizer #202
- Consistent indentation in editorconfig #190
- Karma tests setup using ngDescribe thanks to kujtimiihoxha #117
- consistent file naming for index.routes.js #222
- update dialog template to .dialog.html #224
- error toasts: register warn theme to avoid console warning #225
- Sample JWT authenticated routes for angular #223
- Out of the box JWT forgot password functionality #129
- Error interceptors now shows other errors than status 422 #251
- Generators:
3.2.0-beta
3.2.0-alpha
- Out of the box JWT authentication with Satellizer #202
- Consistent indentation in editorconfig #190
- Karma tests setup using ngDescribe thanks to kujtimiihoxha #117
- consistent file naming for index.routes.js #222
- auto generate tests for components & services #221
- update dialog template to .dialog.html #224
- error toasts: register warn theme to avoid console warning #225
- Sample JWT authenticated routes for angular #223
- Generators auto-import #239
3.1.0
3.0.0
- 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
2.10.2
2.10.1
2.10.0
2.9.1
2.9.0
- improved description of ng:* generators
- moved planned features to github issues
- Applied Laravel 5.1.11 migration (Introduces Authorization support) #39
- Updated composer depencencies to be aligned with the current version of Laravel #40
- fixed JWT authentication bug when using Apache #38
- added unit tests for Laravel Routes. More tests are coming #42