|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
5 | 5 | <a name="6.1.0"></a> |
6 | | -# [6.1.0](https://github.com/Ismaestro/angular6-example-app/compare/v7.0.0...v6.1.0) (2018-08-11) |
| 6 | +# [6.1.0](https://github.com/Ismaestro/angular7-example-app/compare/v7.0.0...v6.1.0) (2018-08-11) |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 | 10 | <a name="6.0.0"></a> |
11 | | -# [6.0.0](https://github.com/Ismaestro/angular6-example-app/compare/v5.3.0...v6.0.0) (2018-05-09) |
| 11 | +# [6.0.0](https://github.com/Ismaestro/angular7-example-app/compare/v5.3.0...v6.0.0) (2018-05-09) |
12 | 12 |
|
13 | 13 |
|
14 | 14 | ### Features |
15 | 15 |
|
16 | | -* **angular:** add lost files, move others and fix search bar component styles ([6db191d](https://github.com/Ismaestro/angular6-example-app/commit/6db191d)) |
17 | | -* **readme:** update tasks and texts ([2764524](https://github.com/Ismaestro/angular6-example-app/commit/2764524)) |
18 | | -* **script:** add minor and major scripts ([e86d251](https://github.com/Ismaestro/angular6-example-app/commit/e86d251)) |
| 16 | +* **angular:** add lost files, move others and fix search bar component styles ([6db191d](https://github.com/Ismaestro/angular7-example-app/commit/6db191d)) |
| 17 | +* **readme:** update tasks and texts ([2764524](https://github.com/Ismaestro/angular7-example-app/commit/2764524)) |
| 18 | +* **script:** add minor and major scripts ([e86d251](https://github.com/Ismaestro/angular7-example-app/commit/e86d251)) |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 | <a name="5.3.0"></a> |
23 | | -# [5.3.0](https://github.com/Ismaestro/angular6-example-app/compare/v5.2.0...v5.3.0) (2018-05-08) |
| 23 | +# [5.3.0](https://github.com/Ismaestro/angular7-example-app/compare/v5.2.0...v5.3.0) (2018-05-08) |
24 | 24 |
|
25 | 25 |
|
26 | 26 | ### Bug Fixes |
27 | 27 |
|
28 | | -* **hero detail:** solve problem with activated route mock ([17ea07e](https://github.com/Ismaestro/angular6-example-app/commit/17ea07e)) |
29 | | -* **hero service:** solve an async problem with the creation of the test hero ([02a37d8](https://github.com/Ismaestro/angular6-example-app/commit/02a37d8)) |
30 | | -* **hero service:** solve an async problem with the creation of the test hero ([047bba9](https://github.com/Ismaestro/angular6-example-app/commit/047bba9)) |
31 | | -* **hero service:** solve problem with created test heroes become useless ([ca11544](https://github.com/Ismaestro/angular6-example-app/commit/ca11544)) |
32 | | -* **library:** add if condition in sample component date ([0b3bd62](https://github.com/Ismaestro/angular6-example-app/commit/0b3bd62)) |
33 | | -* **travis:** upgrade node version to 8.9 ([ca09554](https://github.com/Ismaestro/angular6-example-app/commit/ca09554)) |
| 28 | +* **hero detail:** solve problem with activated route mock ([17ea07e](https://github.com/Ismaestro/angular7-example-app/commit/17ea07e)) |
| 29 | +* **hero service:** solve an async problem with the creation of the test hero ([02a37d8](https://github.com/Ismaestro/angular7-example-app/commit/02a37d8)) |
| 30 | +* **hero service:** solve an async problem with the creation of the test hero ([047bba9](https://github.com/Ismaestro/angular7-example-app/commit/047bba9)) |
| 31 | +* **hero service:** solve problem with created test heroes become useless ([ca11544](https://github.com/Ismaestro/angular7-example-app/commit/ca11544)) |
| 32 | +* **library:** add if condition in sample component date ([0b3bd62](https://github.com/Ismaestro/angular7-example-app/commit/0b3bd62)) |
| 33 | +* **travis:** upgrade node version to 8.9 ([ca09554](https://github.com/Ismaestro/angular7-example-app/commit/ca09554)) |
34 | 34 |
|
35 | 35 |
|
36 | 36 | ### Features |
37 | 37 |
|
38 | | -* **angular:** upgrade dependencies to v6 ([e442f40](https://github.com/Ismaestro/angular6-example-app/commit/e442f40)) |
39 | | -* **angular:** upgrade to v6 ([71257f5](https://github.com/Ismaestro/angular6-example-app/commit/71257f5)) |
40 | | -* **bem:** add bem styles ([872a849](https://github.com/Ismaestro/angular6-example-app/commit/872a849)) |
41 | | -* **browerlist:** custom list of browsers supported ([30f0c5e](https://github.com/Ismaestro/angular6-example-app/commit/30f0c5e)) |
42 | | -* **go back:** add go back button with location service ([af02a9f](https://github.com/Ismaestro/angular6-example-app/commit/af02a9f)) |
43 | | -* **hero detail:** added hero json ([29932b2](https://github.com/Ismaestro/angular6-example-app/commit/29932b2)) |
44 | | -* **hero list:** replace all [ngClass] appearances to [class.name] way ([fc2f15f](https://github.com/Ismaestro/angular6-example-app/commit/fc2f15f)) |
45 | | -* **hero top:** added hero detail links ([b565f1d](https://github.com/Ismaestro/angular6-example-app/commit/b565f1d)) |
46 | | -* **imports:** add dynamic imports with html2canvas ([9099cc1](https://github.com/Ismaestro/angular6-example-app/commit/9099cc1)) |
47 | | -* **oninit:** moved logic parts from constructors to ngOnInit method ([329db74](https://github.com/Ismaestro/angular6-example-app/commit/329db74)) |
48 | | -* **params:** update extraction of the id param for hero detail ([0deda48](https://github.com/Ismaestro/angular6-example-app/commit/0deda48)) |
49 | | -* **pipes:** added some angular pipes like, json, number, date, etc. Added also language-service package. ([0ce4a6e](https://github.com/Ismaestro/angular6-example-app/commit/0ce4a6e)) |
50 | | -* **readme:** update warning message ([7ddae93](https://github.com/Ismaestro/angular6-example-app/commit/7ddae93)) |
51 | | -* **readme:** updated readme file ([0964369](https://github.com/Ismaestro/angular6-example-app/commit/0964369)) |
52 | | -* **readme:** updated readme file ([8ee8e2e](https://github.com/Ismaestro/angular6-example-app/commit/8ee8e2e)) |
53 | | -* **sass:** add mixins and functions and refactor some styles ([ed1f6aa](https://github.com/Ismaestro/angular6-example-app/commit/ed1f6aa)) |
54 | | -* **scripts:** removed coinhive script and updated readme ([9f6fca6](https://github.com/Ismaestro/angular6-example-app/commit/9f6fca6)) |
55 | | -* **serve:** add open option to ng serve command ([d95ba51](https://github.com/Ismaestro/angular6-example-app/commit/d95ba51)) |
56 | | -* **service workers:** added service workers support ([dbfe9ba](https://github.com/Ismaestro/angular6-example-app/commit/dbfe9ba)) |
57 | | -* **services:** add new pipe and catchError functions ([0ad5c76](https://github.com/Ismaestro/angular6-example-app/commit/0ad5c76)) |
58 | | -* **texts:** update english text ([238afe5](https://github.com/Ismaestro/angular6-example-app/commit/238afe5)) |
59 | | -* **tslint:** removed unused rule ([200d9e4](https://github.com/Ismaestro/angular6-example-app/commit/200d9e4)) |
60 | | -* **versions:** upgraded dependencies versions ([ac9562b](https://github.com/Ismaestro/angular6-example-app/commit/ac9562b)) |
61 | | -* **versions:** upgraded dependencies versions ([7cb7468](https://github.com/Ismaestro/angular6-example-app/commit/7cb7468)) |
| 38 | +* **angular:** upgrade dependencies to v6 ([e442f40](https://github.com/Ismaestro/angular7-example-app/commit/e442f40)) |
| 39 | +* **angular:** upgrade to v6 ([71257f5](https://github.com/Ismaestro/angular7-example-app/commit/71257f5)) |
| 40 | +* **bem:** add bem styles ([872a849](https://github.com/Ismaestro/angular7-example-app/commit/872a849)) |
| 41 | +* **browerlist:** custom list of browsers supported ([30f0c5e](https://github.com/Ismaestro/angular7-example-app/commit/30f0c5e)) |
| 42 | +* **go back:** add go back button with location service ([af02a9f](https://github.com/Ismaestro/angular7-example-app/commit/af02a9f)) |
| 43 | +* **hero detail:** added hero json ([29932b2](https://github.com/Ismaestro/angular7-example-app/commit/29932b2)) |
| 44 | +* **hero list:** replace all [ngClass] appearances to [class.name] way ([fc2f15f](https://github.com/Ismaestro/angular7-example-app/commit/fc2f15f)) |
| 45 | +* **hero top:** added hero detail links ([b565f1d](https://github.com/Ismaestro/angular7-example-app/commit/b565f1d)) |
| 46 | +* **imports:** add dynamic imports with html2canvas ([9099cc1](https://github.com/Ismaestro/angular7-example-app/commit/9099cc1)) |
| 47 | +* **oninit:** moved logic parts from constructors to ngOnInit method ([329db74](https://github.com/Ismaestro/angular7-example-app/commit/329db74)) |
| 48 | +* **params:** update extraction of the id param for hero detail ([0deda48](https://github.com/Ismaestro/angular7-example-app/commit/0deda48)) |
| 49 | +* **pipes:** added some angular pipes like, json, number, date, etc. Added also language-service package. ([0ce4a6e](https://github.com/Ismaestro/angular7-example-app/commit/0ce4a6e)) |
| 50 | +* **readme:** update warning message ([7ddae93](https://github.com/Ismaestro/angular7-example-app/commit/7ddae93)) |
| 51 | +* **readme:** updated readme file ([0964369](https://github.com/Ismaestro/angular7-example-app/commit/0964369)) |
| 52 | +* **readme:** updated readme file ([8ee8e2e](https://github.com/Ismaestro/angular7-example-app/commit/8ee8e2e)) |
| 53 | +* **sass:** add mixins and functions and refactor some styles ([ed1f6aa](https://github.com/Ismaestro/angular7-example-app/commit/ed1f6aa)) |
| 54 | +* **scripts:** removed coinhive script and updated readme ([9f6fca6](https://github.com/Ismaestro/angular7-example-app/commit/9f6fca6)) |
| 55 | +* **serve:** add open option to ng serve command ([d95ba51](https://github.com/Ismaestro/angular7-example-app/commit/d95ba51)) |
| 56 | +* **service workers:** added service workers support ([dbfe9ba](https://github.com/Ismaestro/angular7-example-app/commit/dbfe9ba)) |
| 57 | +* **services:** add new pipe and catchError functions ([0ad5c76](https://github.com/Ismaestro/angular7-example-app/commit/0ad5c76)) |
| 58 | +* **texts:** update english text ([238afe5](https://github.com/Ismaestro/angular7-example-app/commit/238afe5)) |
| 59 | +* **tslint:** removed unused rule ([200d9e4](https://github.com/Ismaestro/angular7-example-app/commit/200d9e4)) |
| 60 | +* **versions:** upgraded dependencies versions ([ac9562b](https://github.com/Ismaestro/angular7-example-app/commit/ac9562b)) |
| 61 | +* **versions:** upgraded dependencies versions ([7cb7468](https://github.com/Ismaestro/angular7-example-app/commit/7cb7468)) |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
|
0 commit comments