From c0aeb6077fb5f71e1e04d8c008785d48d8f4c29c Mon Sep 17 00:00:00 2001 From: Tynarus Date: Tue, 12 Sep 2017 08:54:44 -0500 Subject: [PATCH 1/4] Updating readme and adding initial changelog --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e55106d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +#2.0.0 +* [Upgraded Angular from 4.0.2 to 4.3.5](https://github.com/Tynarus/angular-seed/issues/6) +* [Upgraded Webpack from 2.2.0 to 3.4.1](https://github.com/Tynarus/angular-seed/issues/8) +* [Upgraded TypeScript from 2.2.0 to 2.5.2](https://github.com/Tynarus/angular-seed/issues/7) +* [Switched from ts-loader to awesome-typescript-loader](https://github.com/Tynarus/angular-seed/issues/9) +* [Removed use of PugJS](https://github.com/Tynarus/angular-seed/issues/2) +* [Added a new command for unit test coverage reporting](https://github.com/Tynarus/angular-seed/issues/1) +* [Added a global over-arching scss file](https://github.com/Tynarus/angular-seed/issues/4) (915848b460cf43c110f2c959ee853155e920616e) +* Improved organization of configuration files +* Cleaned up package.json dependencies +* Switched to a new repository under [Tynarus](https://github.com/Tynarus) diff --git a/README.md b/README.md index 490fe0e..1662e4f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A basic Angular 4 seed project utilizing the following technologies: +The purpose of this seed project is to create an Angular environment with a little less configuration clutter. All configuration files are conveniently organized within the project's **config/** directory, instead of being strewn about the project structure and/or the project root. + +This makes makes configuration files much easier to find, as well as helping keep the general project structure a lot cleaner! + * Angular 4.3.5 * TypeScript 2.5 * Karma/Jasmine From 91cc1faecc491477387f1bc160885d2fa62fe4ae Mon Sep 17 00:00:00 2001 From: Tynarus Date: Tue, 12 Sep 2017 08:51:52 -0500 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55106d..960ce2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * [Switched from ts-loader to awesome-typescript-loader](https://github.com/Tynarus/angular-seed/issues/9) * [Removed use of PugJS](https://github.com/Tynarus/angular-seed/issues/2) * [Added a new command for unit test coverage reporting](https://github.com/Tynarus/angular-seed/issues/1) -* [Added a global over-arching scss file](https://github.com/Tynarus/angular-seed/issues/4) (915848b460cf43c110f2c959ee853155e920616e) +* [Added a global over-arching scss file](https://github.com/Tynarus/angular-seed/issues/4) 915848b460cf43c110f2c959ee853155e920616e * Improved organization of configuration files * Cleaned up package.json dependencies * Switched to a new repository under [Tynarus](https://github.com/Tynarus) From b6ae86fc03595d1fa3bdc390b91c800f4ad2e1ef Mon Sep 17 00:00:00 2001 From: Tynarus Date: Tue, 12 Sep 2017 09:01:28 -0500 Subject: [PATCH 3/4] Adding commit links to changelog --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960ce2d..f581711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ -#2.0.0 -* [Upgraded Angular from 4.0.2 to 4.3.5](https://github.com/Tynarus/angular-seed/issues/6) -* [Upgraded Webpack from 2.2.0 to 3.4.1](https://github.com/Tynarus/angular-seed/issues/8) -* [Upgraded TypeScript from 2.2.0 to 2.5.2](https://github.com/Tynarus/angular-seed/issues/7) -* [Switched from ts-loader to awesome-typescript-loader](https://github.com/Tynarus/angular-seed/issues/9) -* [Removed use of PugJS](https://github.com/Tynarus/angular-seed/issues/2) -* [Added a new command for unit test coverage reporting](https://github.com/Tynarus/angular-seed/issues/1) -* [Added a global over-arching scss file](https://github.com/Tynarus/angular-seed/issues/4) 915848b460cf43c110f2c959ee853155e920616e +## 2.0.0 +### Features +* [Upgraded Angular from 4.0.2 to 4.3.5](https://github.com/Tynarus/angular-seed/issues/6) ([41be4e2](https://github.com/Tynarus/angular-seed/commit/41be4e2b9c3bc1715eb767db6c1a00a3e9344307)) +* [Upgraded Webpack from 2.2.0 to 3.4.1](https://github.com/Tynarus/angular-seed/issues/8) ([41be4e2](https://github.com/Tynarus/angular-seed/commit/41be4e2b9c3bc1715eb767db6c1a00a3e9344307)) +* [Upgraded TypeScript from 2.2.0 to 2.5.2](https://github.com/Tynarus/angular-seed/issues/7) ([41be4e2](https://github.com/Tynarus/angular-seed/commit/41be4e2b9c3bc1715eb767db6c1a00a3e9344307)) +* [Switched from ts-loader to awesome-typescript-loader](https://github.com/Tynarus/angular-seed/issues/9) ([41be4e2](https://github.com/Tynarus/angular-seed/commit/41be4e2b9c3bc1715eb767db6c1a00a3e9344307)) +* [Removed use of PugJS](https://github.com/Tynarus/angular-seed/issues/2) ([5f18da0](https://github.com/Tynarus/angular-seed/commit/5f18da054e6c5172c6ec88ffe5962f802572cf4f)) +* [Added a new command for unit test coverage reporting](https://github.com/Tynarus/angular-seed/issues/1) ([18013b0](https://github.com/Tynarus/angular-seed/commit/18013b06378c4646258bd8d1e2aa09df2d30f2b2)) +* [Added a global over-arching scss file](https://github.com/Tynarus/angular-seed/issues/4) ([915848b](https://github.com/Tynarus/angular-seed/commit/915848b460cf43c110f2c959ee853155e920616e) + [bad74e7](https://github.com/Tynarus/angular-seed/commit/bad74e77f17464296a430379296e57c1333eb163)) * Improved organization of configuration files * Cleaned up package.json dependencies * Switched to a new repository under [Tynarus](https://github.com/Tynarus) From feb74d4fe8dd8bf40812b95959471375954f054d Mon Sep 17 00:00:00 2001 From: Tynarus Date: Tue, 12 Sep 2017 09:02:31 -0500 Subject: [PATCH 4/4] Update changelog version header --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f581711..9e9f095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0 +# 2.0.0 ### Features * [Upgraded Angular from 4.0.2 to 4.3.5](https://github.com/Tynarus/angular-seed/issues/6) ([41be4e2](https://github.com/Tynarus/angular-seed/commit/41be4e2b9c3bc1715eb767db6c1a00a3e9344307)) * [Upgraded Webpack from 2.2.0 to 3.4.1](https://github.com/Tynarus/angular-seed/issues/8) ([41be4e2](https://github.com/Tynarus/angular-seed/commit/41be4e2b9c3bc1715eb767db6c1a00a3e9344307))