Skip to content

Commit be21ed5

Browse files
author
borysn
committed
adding changelog
1 parent 73e328a commit be21ed5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# change log
2+
all notable changes to this project will be documented in this file. items under `unreleased` is upcoming features that will be out in next version.
3+
4+
contributors: please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. also, please update the `unreleased` link to compare to the latest release version.
5+
## [unreleased]
6+
#### project updated to verseion 1.0.0
7+
- the master branch has been updated with some long awaited changes
8+
- migration to webpack
9+
- broswer loading node modules
10+
- karma testing with jasmine
11+
- first class npm support
12+
- separate server/client run
13+
14+
## [0.1.0] - 2016-08-26
15+
#### release version 0.1.0
16+
- [version 0.1.0](https://github.com/borysn/spring-boot-angular2/releases/tag/0.1.0) was released
17+
- creatd a [new branch](https://github.com/borysn/spring-boot-angular2/tree/old-version) for the old version just'n'case anyone wanted that code base.
18+
19+
[Unreleased]: https://github.com/borysn/spring-boot-angular2/compare/0.1.0...master

0 commit comments

Comments
 (0)