Skip to content

Commit a8f28cd

Browse files
committed
Merge pull request #17 from Patsy-issa/move-changelog
Moved changelog out of readme
2 parents 43da344 + 91e0aec commit a8f28cd

File tree

2 files changed

+158
-163
lines changed

2 files changed

+158
-163
lines changed

CHANGELOG.md

Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
## Changelog
2+
3+
### v2.3.1
4+
+ removing development files using post-create-project-cmd
5+
+ added `human_readable` angular filter
6+
7+
### v2.3.0
8+
+ Simplified installation, now using `composer create-project`
9+
+ fix issue with http over https
10+
11+
12+
### v2.2.3
13+
+ now using `artisan serve`
14+
+ now using `artisan key:generate` instead of instructing the user to manually update it
15+
16+
### v2.2.2
17+
+ new documentation page: Theme
18+
+ new documentation page: Deploy
19+
+ update documentation & readme cover
20+
21+
### v2.2.1
22+
+ removed imagemin for now since it's not being used in elixir
23+
24+
### v2.2.0
25+
+ New demo & documentation
26+
27+
### v2.1.2
28+
+ Added [angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar/) which works automatically
29+
30+
### v2.1.1
31+
+ Added angularController to serve app (will be used later on for unsupported browser)
32+
33+
### v2.1.0
34+
+ fixed documentation
35+
+ fixed restangular config
36+
+ added sample restangular API call
37+
+ removed csrf token fix since we disabled CSRF when setting up JWT auth
38+
39+
### v2.0.1
40+
+ fix mdtabs
41+
42+
### v2.0.0
43+
+ Json Web Token authentication based on https://scotch.io/tutorials/token-based-authentication-for-angularjs-and-laravel-apps
44+
+ New improved demo! Using heroku instead of github pages.
45+
46+
### v1.7.1
47+
+ Installer script that installs all the required packages
48+
49+
### v1.7.0
50+
+ removed UI router HTML5 mode because it breaks when refreshing and I don't want to mess up with the routes
51+
52+
### v1.6.1
53+
+ UI-router HTML5 mode urls
54+
+ updated documentation
55+
56+
57+
### v1.6.0
58+
+ added optimized deployment script: [deploy.sh](https://github.com/jadjoubran/laravel5-angular-material-starter/blob/master/deploy.sh)
59+
60+
61+
### v1.5.1
62+
+ jshint is now optional. Rename _jshintrc to .jshintrc. Check [issue #11](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/11)
63+
64+
65+
### v1.5.0
66+
+ Add angular material icons
67+
+ Add SVG-Morpheus for Angular Material Icons
68+
+ Updated demo & gh-pages
69+
+ Updated angular material
70+
+ Add contributor covenant (code of conduct)
71+
72+
73+
### v1.4.2
74+
+ Elixir improvements for Laravel 5.1
75+
+ Removed /resources/.tmp (not used anymore because of Elixir improvements)
76+
77+
### v1.4.1
78+
+ Fixed laravel 5.1 migration issue
79+
80+
### v1.4.0
81+
+ Laravel 5.1 Support
82+
+ Remove CSRF token fix (angular automatically takes care of it http://laravel.com/docs/5.1/routing#csrf-x-xsrf-token)
83+
84+
85+
### v1.3.1
86+
87+
+ Add sample Layout which relies on flexbox
88+
+ Update Angular, Angular ui-router and Angular Material
89+
90+
91+
### v1.3.0
92+
93+
+ Host demo on github pages
94+
+ Add sample Laravel APIs and call them using Restangular
95+
96+
97+
### v1.2.2
98+
99+
+ API response macro (to make API calls more compatible with Restangular)
100+
101+
102+
### v1.2.1
103+
104+
+ Remove unused dependency in package.json
105+
+ Material design custom theming
106+
107+
108+
### v1.2.0
109+
110+
+ Add Angular Material boilerplate for Dashboard
111+
+ Add sample UI Router conf that contains header and footer
112+
+ Sample code for Tabs
113+
+ Add Restangular
114+
+ CSRF integration with Restangular
115+
+ Add Laravel & Angular promo image (from [Laravel News](https://laravel-news.com))
116+
117+
118+
### v1.1.1
119+
120+
+ Add Angular Material boilerplate for Landing
121+
+ Sample code for Toast and Dialog
122+
+ Disable Elixir success notifications
123+
+ Add $localStorage (ngstorage) - will be used later on for sample authentication driver
124+
+ Added basic ui-router for Landing
125+
126+
127+
### v1.1.0
128+
129+
+ Remove Entrust & Repositories since they depend on each user's preference and can be easily installed
130+
131+
132+
### v1.0.3
133+
134+
+ Fix Installation steps
135+
+ Add Changelog
136+
+ Plan future releases
137+
138+
139+
### v1.0.2
140+
141+
+ Rename resources/views/index.php to resources/views/index.blade.php for the blade syntax to work (CSRF token) [PR 3](https://github.com/jadjoubran/laravel5-angular-material-starter/pull/3)
142+
143+
144+
### v1.0.1
145+
146+
+ Remove `composer.lock` in order to pull the latest version of vendor dependencies [issue #1](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/1)
147+
148+
149+
### v1.0.0
150+
151+
+ Laravel5 installation
152+
+ Basic Angular Support with Angular Material and UI Router
153+
+ Laravel 5 debugbar, Entrust and Repositories
154+
+ EditorConfig, jscs, jshint setup
155+
+ Elixir setup

readme.md

Lines changed: 3 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
[Installation](#installation)
1212
[Issues, Questions and Feature Requests](#issues)
1313
[Planned features](#planned_features)
14-
[Changelog](#changelog)
1514

1615
<a name="overview"></a>
1716
## OVERVIEW
@@ -48,12 +47,12 @@ Here are the goodies that you'll get:
4847
php artisan serve
4948
* You're ready to go! <a href="http://localhost:8000" target="_blank">http://localhost:8000</a>
5049
* Star the repo and submit your feedback as a new issue or to <a href="https://twitter.com/joubranjad" target="_blank">@JoubranJad</a>
51-
50+
5251
<a name="issues"></a>
5352
## Issues, Questions and Feature Requests
5453
Open a new issue, I'd love to help.
55-
56-
54+
55+
5756
<a name="planned_features"></a>
5857
## Planned features
5958

@@ -71,162 +70,3 @@ Open a new issue, I'd love to help.
7170
- Add tooltips sample
7271
- Speedup gulp watch
7372
- Sample route authentication (via $localStorage)
74-
75-
76-
77-
<a name="changelog"></a>
78-
## Changelog
79-
80-
### v2.3.1
81-
+ removing development files using post-create-project-cmd
82-
+ added `human_readable` angular filter
83-
84-
### v2.3.0
85-
+ Simplified installation, now using `composer create-project`
86-
+ fix issue with http over https
87-
88-
89-
### v2.2.3
90-
+ now using `artisan serve`
91-
+ now using `artisan key:generate` instead of instructing the user to manually update it
92-
93-
### v2.2.2
94-
+ new documentation page: Theme
95-
+ new documentation page: Deploy
96-
+ update documentation & readme cover
97-
98-
### v2.2.1
99-
+ removed imagemin for now since it's not being used in elixir
100-
101-
### v2.2.0
102-
+ New demo & documentation
103-
104-
### v2.1.2
105-
+ Added [angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar/) which works automatically
106-
107-
### v2.1.1
108-
+ Added angularController to serve app (will be used later on for unsupported browser)
109-
110-
### v2.1.0
111-
+ fixed documentation
112-
+ fixed restangular config
113-
+ added sample restangular API call
114-
+ removed csrf token fix since we disabled CSRF when setting up JWT auth
115-
116-
### v2.0.1
117-
+ fix mdtabs
118-
119-
### v2.0.0
120-
+ Json Web Token authentication based on https://scotch.io/tutorials/token-based-authentication-for-angularjs-and-laravel-apps
121-
+ New improved demo! Using heroku instead of github pages.
122-
123-
### v1.7.1
124-
+ Installer script that installs all the required packages
125-
126-
### v1.7.0
127-
+ removed UI router HTML5 mode because it breaks when refreshing and I don't want to mess up with the routes
128-
129-
### v1.6.1
130-
+ UI-router HTML5 mode urls
131-
+ updated documentation
132-
133-
134-
### v1.6.0
135-
+ added optimized deployment script: [deploy.sh](https://github.com/jadjoubran/laravel5-angular-material-starter/blob/master/deploy.sh)
136-
137-
138-
### v1.5.1
139-
+ jshint is now optional. Rename _jshintrc to .jshintrc. Check [issue #11](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/11)
140-
141-
142-
### v1.5.0
143-
+ Add angular material icons
144-
+ Add SVG-Morpheus for Angular Material Icons
145-
+ Updated demo & gh-pages
146-
+ Updated angular material
147-
+ Add contributor covenant (code of conduct)
148-
149-
150-
### v1.4.2
151-
+ Elixir improvements for Laravel 5.1
152-
+ Removed /resources/.tmp (not used anymore because of Elixir improvements)
153-
154-
### v1.4.1
155-
+ Fixed laravel 5.1 migration issue
156-
157-
### v1.4.0
158-
+ Laravel 5.1 Support
159-
+ Remove CSRF token fix (angular automatically takes care of it http://laravel.com/docs/5.1/routing#csrf-x-xsrf-token)
160-
161-
162-
### v1.3.1
163-
164-
+ Add sample Layout which relies on flexbox
165-
+ Update Angular, Angular ui-router and Angular Material
166-
167-
168-
### v1.3.0
169-
170-
+ Host demo on github pages
171-
+ Add sample Laravel APIs and call them using Restangular
172-
173-
174-
### v1.2.2
175-
176-
+ API response macro (to make API calls more compatible with Restangular)
177-
178-
179-
### v1.2.1
180-
181-
+ Remove unused dependency in package.json
182-
+ Material design custom theming
183-
184-
185-
### v1.2.0
186-
187-
+ Add Angular Material boilerplate for Dashboard
188-
+ Add sample UI Router conf that contains header and footer
189-
+ Sample code for Tabs
190-
+ Add Restangular
191-
+ CSRF integration with Restangular
192-
+ Add Laravel & Angular promo image (from [Laravel News](https://laravel-news.com))
193-
194-
195-
### v1.1.1
196-
197-
+ Add Angular Material boilerplate for Landing
198-
+ Sample code for Toast and Dialog
199-
+ Disable Elixir success notifications
200-
+ Add $localStorage (ngstorage) - will be used later on for sample authentication driver
201-
+ Added basic ui-router for Landing
202-
203-
204-
### v1.1.0
205-
206-
+ Remove Entrust & Repositories since they depend on each user's preference and can be easily installed
207-
208-
209-
### v1.0.3
210-
211-
+ Fix Installation steps
212-
+ Add Changelog
213-
+ Plan future releases
214-
215-
216-
### v1.0.2
217-
218-
+ Rename resources/views/index.php to resources/views/index.blade.php for the blade syntax to work (CSRF token) [PR 3](https://github.com/jadjoubran/laravel5-angular-material-starter/pull/3)
219-
220-
221-
### v1.0.1
222-
223-
+ Remove `composer.lock` in order to pull the latest version of vendor dependencies [issue #1](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/1)
224-
225-
226-
### v1.0.0
227-
228-
+ Laravel5 installation
229-
+ Basic Angular Support with Angular Material and UI Router
230-
+ Laravel 5 debugbar, Entrust and Repositories
231-
+ EditorConfig, jscs, jshint setup
232-
+ Elixir setup

0 commit comments

Comments
 (0)