Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

release/v2.0.0 -> develop #16

Merged
merged 4 commits into from
Sep 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down