Releases: jadjoubran/laravel5-angular-material-starter
Releases · jadjoubran/laravel5-angular-material-starter
2.8.2
- fixed location for main.js and routes.js - fixes gulp issues
2.8.1
- setup code coverage (code climate)
- travis setup
- fixed deploy.sh and optimized composer install
- new demo on elasticbeanstalk (because heroku are messing up with the availability)
2.8.0
- JWT Authentication fixes
- JWT Auth demo page
- API versionning in documentation
2.7.5
- fixed issues with ng:directive generator
2.7.4
- New angular/directives folder
- artisan ng:directive name generator
2.7.3
- New demo page for Elixir
- New demo page: Rest API
- Misc demo page: angular-loading-bar, debugbar & filters
- Demo Landing page Call to Action
2.7.2
- New demo page for Toasts
- New demo page for Dialogs
- New demo page for Unsupported Browser
- New demo apge for Artisan Angular Generators
2.7.1
- implement livereload
- livereload: doing soft reload on CSS instead of a full page reload
2.7.0
- custom elixir ingredients setup & sample
- custom elixir task: make jshint optional
- custom elixir task: bower - much faster than the one previously used
- bower task now automatically uses mainFile from bower.json
- gulp & gulp watch are now much much faster than before
2.6.2
- fixed elixir watcher for less
- artisan generator for creating a new angular service artisan ng:service name
- artisan generator for creating a new angular filter artisan ng:filter name
- artisan generator for creating a new angular config artisan ng:config name