Skip to content

Commit e957462

Browse files
committed
require stable generators & updated changelog
1 parent 332ef46 commit e957462

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## Changelog
22

3-
### 3.0.7
3+
### 3.1.0
44
- added favicon
55
- faster elixir setup
66
- combined generated directive definition and controller
77
- ability to pass options to DialogService instead of defaulting to $scope [#141](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/141)
8+
- **[Breaking]** Update angular folder structure/naming [#142](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/142)
89

910
### 3.0.6
1011
- npm dependencies cleanup [#133](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/133)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tymon/jwt-auth": "0.5.*",
1212
"dingo/api": "1.0.x@dev",
1313
"barryvdh/laravel-cors": "0.7.x",
14-
"laravelangular/generators": "dev-master"
14+
"laravelangular/generators": "~1.6"
1515
},
1616
"require-dev": {
1717
"fzaninotto/faker": "~1.4",

composer.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/generators.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
return [
44
'source' => [
5-
'main' => 'angular',
5+
'root' => 'angular',
66
'page' => 'app/pages',
77
'components' => 'app/components',
88
'config' => 'config',
99
'dialogs' => 'dialogs',
1010
'filters' => 'filters',
1111
'services' => 'services',
1212
],
13-
'prefixFileNames' => [
13+
'prefix' => [
1414
'component' => '.component.js',
1515
'componentView' => '.component.html',
1616
'dialog' => '.dialog.js',

0 commit comments

Comments
 (0)