You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,34 +4,43 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## 0.0.3
7
+
## Unreleased
8
+
9
+
### Fixed
10
+
11
+
-**sonar**: path to rules files from `.sreporterrc` were not good from [@ValentinGot]
12
+
-**sonar**: path to tests folder were not good from [@ValentinGot]
13
+
-**npm**: include `templates` folder in generated npm package (Closes [#2](https://github.com/groupe-sii/generator-webpack-angular/issues/2)) from [@ValentinGot]
14
+
-**npm**: ._* files where globally ignored by npm (Closes [#2](https://github.com/groupe-sii/generator-webpack-angular/issues/2)) from [@ValentinGot]
15
+
16
+
## 0.0.3 - 2016-12-09
8
17
9
18
### Fixed
10
19
11
20
- missing package version
12
21
-**README**: add npm package version
13
22
14
-
## 0.0.2
23
+
## 0.0.2 - 2016-12-09
15
24
16
25
### Fixed
17
26
18
27
- remove npm organization from [@ValentinGot]
19
28
20
-
## 0.0.1
29
+
## 0.0.1 - 2016-12-09
21
30
22
31
### Added
23
32
24
33
-**css-preprocessors**: which CSS preprocessor do you want? from [@aguele] & [@jledentu]
25
-
-**resource**: would you like to use a REST resource library? from [@vgo]
26
-
-**environments**: management application environments from [@vgo]
27
-
-**angular-translate**: angular-translate (18n for your Angular app, made easy!) from [@vgo]
34
+
-**resource**: would you like to use a REST resource library? from [@ValentinGot]
35
+
-**environments**: management application environments from [@ValentinGot]
36
+
-**angular-translate**: angular-translate (18n for your Angular app, made easy!) from [@ValentinGot]
28
37
-**ui-router**: use [AngularUI Router](https://github.com/angular-ui/ui-router) by default from [@jledentu]
29
-
-**ui-frameworks**: Which UI framework do you want? from [@vgo]
30
-
-**linting**: Add ESLint, HTMLHint, SCSSLint & CSSLint support from [@vgo]
31
-
-**package-manager**: Let's you choose between **npm** or **Yarn** package manager from [@vgo]
32
-
-**postcss**: Add PostCSS treatments from [@vgo]
38
+
-**ui-frameworks**: Which UI framework do you want? from [@ValentinGot]
39
+
-**linting**: Add ESLint, HTMLHint, SCSSLint & CSSLint support from [@ValentinGot]
40
+
-**package-manager**: Let's you choose between **npm** or **Yarn** package manager from [@ValentinGot]
41
+
-**postcss**: Add PostCSS treatments from [@ValentinGot]
33
42
-**debug**: Disable the [debug info](https://docs.angularjs.org/api/ng/provider/$compileProvider#debugInfoEnabled) in production environement from [@ole]
34
-
-**sonar**: Generate linters reporters for the [SonarQube](https://github.com/groupe-sii/sonar-web-frontend-plugin) plugin from [@vgo]
43
+
-**sonar**: Generate linters reporters for the [SonarQube](https://github.com/groupe-sii/sonar-web-frontend-plugin) plugin from [@ValentinGot]
35
44
-**json-server**: Allows you to easily create a RESTFull API for your application from [@ole]
36
45
-**application name**: Let's you choose the name of your application from [@ole]
37
46
-**documentation**: Generate documentation with dgeni from [@ole]
@@ -40,4 +49,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
0 commit comments