-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changelog): add CHANGELOG file to project
- Loading branch information
Peter Marton
committed
Jul 27, 2015
1 parent
28a1fc2
commit 1fa3fb7
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<a name="1.0.0"></a> | ||
# 1.0.0 (2015-07-27) | ||
|
||
|
||
### chore | ||
|
||
* chore(contributing): add CONTRIBUTING file | ||
([8b41f3e](https://github.com/RisingStack/graffiti/commit/8b41f3e)) | ||
* chore(package): add package.json file | ||
([eec7c31](https://github.com/RisingStack/graffiti/commit/eec7c31)) | ||
* chore(project): add ESLint | ||
([05b2abc](https://github.com/RisingStack/graffiti/commit/05b2abc)) | ||
* chore(project): add LICENSE | ||
([ff0cc46](https://github.com/RisingStack/graffiti/commit/ff0cc46)) | ||
* chore(project): add README and .gitignore files | ||
([172dc93](https://github.com/RisingStack/graffiti/commit/172dc93)) | ||
|
||
### docs | ||
|
||
* docs(readme): add Express and Hapi middleware examples to README | ||
([c09de39](https://github.com/RisingStack/graffiti/commit/c09de39)) | ||
* docs(readme): add graffiti overview to README | ||
([ff74268](https://github.com/RisingStack/graffiti/commit/ff74268)) | ||
* docs(readme): add logo to the README | ||
([e8cefcd](https://github.com/RisingStack/graffiti/commit/e8cefcd)), closes [#1](https://github.com/RisingStack/graffiti/issues/1) | ||
* docs(readme): add plugins section to README | ||
([b804dfa](https://github.com/RisingStack/graffiti/commit/b804dfa)) | ||
* docs(readme): fix Hapi related typo in README | ||
([6bdb276](https://github.com/RisingStack/graffiti/commit/6bdb276)) | ||
* docs(readme): fix typo in README | ||
([d036436](https://github.com/RisingStack/graffiti/commit/d036436)) | ||
* docs(readme): fix typo in REAME | ||
([5e47ec5](https://github.com/RisingStack/graffiti/commit/5e47ec5)) | ||
* docs(readme): fix typo in REAME | ||
([e6b31a6](https://github.com/RisingStack/graffiti/commit/e6b31a6)) | ||
* docs(readme): link plugins to usage | ||
([ea7eb66](https://github.com/RisingStack/graffiti/commit/ea7eb66)) | ||
* docs(readme): rename plugins to adapters in README | ||
([28a1fc2](https://github.com/RisingStack/graffiti/commit/28a1fc2)) | ||
|
||
### feat | ||
|
||
* feat(express): add Express middleware | ||
([80b5ddc](https://github.com/RisingStack/graffiti/commit/80b5ddc)) | ||
* feat(hapi): add Hapi plugin | ||
([fac1791](https://github.com/RisingStack/graffiti/commit/fac1791)) | ||
* feat(koa): add Koa middleware | ||
([cdecd28](https://github.com/RisingStack/graffiti/commit/cdecd28)) | ||
* feat(middleware): add project skeleton | ||
([e50c0ce](https://github.com/RisingStack/graffiti/commit/e50c0ce)) | ||
* feat(util): add object property assert with throw | ||
([2cfb447](https://github.com/RisingStack/graffiti/commit/2cfb447)) | ||
|
||
### refactor | ||
|
||
* refactor(util): move isGet and isPrefixed to util | ||
([72a104b](https://github.com/RisingStack/graffiti/commit/72a104b)) | ||
|
||
### test | ||
|
||
* test(express): add failing test cases for Express middleware | ||
([4349a48](https://github.com/RisingStack/graffiti/commit/4349a48)) | ||
* test(express): cover Express middleware schema creation with tests | ||
([348aac9](https://github.com/RisingStack/graffiti/commit/348aac9)) | ||
* test(express): cover Express middleware with tests | ||
([8dc7282](https://github.com/RisingStack/graffiti/commit/8dc7282)) | ||
* test(express): finish up test cases for the Express middleware | ||
([b0b3dd0](https://github.com/RisingStack/graffiti/commit/b0b3dd0)) | ||
* test(hapi): cover Hapi plugin with tests | ||
([e826ad3](https://github.com/RisingStack/graffiti/commit/e826ad3)) | ||
* test(hapi): improve Hapi plugin test coverage | ||
([1be58ad](https://github.com/RisingStack/graffiti/commit/1be58ad)) | ||
* test(koa): cover Koa middleware with tests | ||
([f0dce2e](https://github.com/RisingStack/graffiti/commit/f0dce2e)) | ||
* test(util): add skipping test cases for isPrefixed and isGet | ||
([e824db5](https://github.com/RisingStack/graffiti/commit/e824db5)) | ||
|
||
|
||
|