Skip to content

Commit 23bdede

Browse files
committed
update changelog for release 0.1.0
1 parent d7c4f77 commit 23bdede

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,27 +82,19 @@ But I think keeping first division by file type: scripts, styles, partials.
8282

8383
## Changelog
8484

85+
### 0.1.0
86+
87+
* Add unit test with karma and e2e test with protractor
88+
* Split gulp configuration in multiple files
89+
* Create 'inception' test which generate files and try gulp tasks on it
90+
* Add ability to serve dist files and run e2e test on dist files
91+
* Still no options
92+
8593
### 0.0.1
8694

8795
* Initial commit
8896
* Scaffolds a working directory but with no options and no tests
8997

90-
## TODO, target 0.1.0
91-
92-
* **DONE** Split gulpfile in pieces
93-
* **DONE** Document each ones
94-
* **DONE** Be able to serve dev files but also dist (serve & protractor)
95-
* **DONE** Setup protractor
96-
* **DONE** Write valid protractor test
97-
* **DONE** Make connect stop after protractor test has finished
98-
* **DONE** Use phantom with protractor
99-
* **DONE** Move test conf from `test/conf` to `test`
100-
* **DONE** Delete uncomited files from `test/scripts` (everything must be usable though gulp)
101-
* **DONE** Find a way to automaticaly resolve `test/deps`
102-
* **DONE** Find a better way to redirect gulp logs (spawn stdout)
103-
* **DONE** Add principal goals in documentation
104-
* Remember to test the whole process, not only the unit tests
105-
10698
## License
10799

108100
MIT

0 commit comments

Comments
 (0)