Skip to content

Releases: jadjoubran/laravel-ng-artisan-generators

2.0.0

23 Jan 18:36
Compare
Choose a tag to compare
  • EcmaScript 6 templates :) thanks to @jsalhani
  • improved consistency for file extensions

1.6.0

23 Jan 10:31
Compare
Choose a tag to compare
  • new folder structure
    angular/app/pages
    angular/app/components
  • renamed feature to page & removed controllers from pages
  • renamed directive to component
  • cleaner configuration (requires you to delete the previous configuration first and running artisan vendor:publish

1.5.2

21 Jan 21:31
Compare
Choose a tag to compare
  • assign this to vm in dialogs

1.5.0

18 Jan 21:08
Compare
Choose a tag to compare

Merged directive definition with directive controller
We don't need to expose the directive controller anymore

1.2.0

16 Dec 15:47
Compare
Choose a tag to compare
  • Follow John Papa's style guide #10

1.0.0

11 Nov 19:19
Compare
Choose a tag to compare

Initial version moved out of the original repository so we can work on adding new features independently from the starter project.