Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 1746223

Browse files
author
Adam Kliment
committed
Merge pull request #317 from apiaryio/netmilk/102-release
Version 1.0.2 release
2 parents 692dd35 + e84f423 commit 1746223

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## Change Log
22

3+
### v1.0.2
4+
5+
**Support for Node 4 and 5, using Protagonist instead of Drafter.js**
6+
- [#309](https://github.com/apiaryio/dredd/pull/309) Use protagonist instead of drafter (@ascripcaru)
7+
- [#313](https://github.com/apiaryio/dredd/pull/313) Support node 4 and 5 in readme (@netmilk)
8+
- [#310](https://github.com/apiaryio/dredd/pull/310) Travis build with node 4 and 5 (@ascripcaru)
9+
- [#288](https://github.com/apiaryio/dredd/pull/288) Add info about supported Node.js versions (@w-vi)
10+
11+
**Documentation for GO hooks**
12+
- [#281](https://github.com/apiaryio/dredd/pull/281) Add Go documentation (@snikch)
13+
- [#315](https://github.com/apiaryio/dredd/pull/315) Go hooks to readme (@netmilk)
14+
- [#314](https://github.com/apiaryio/dredd/pull/314) Updated logo image with GO (@honzajavorek)
15+
- [#304](https://github.com/apiaryio/dredd/pull/304) Update mkdocs.yml (@w-vi)
16+
17+
**Refactored Apiary reporter for better integration testing in Node integrations**
18+
- [#275](https://github.com/apiaryio/dredd/pull/275) Apiary reporter not throwing anymore, only passing error to callback (@netmilk, @miiila)
19+
20+
**Various typos fixed**
21+
- [#306](https://github.com/apiaryio/dredd/pull/306) Fixed typo (@netmilk)
22+
- [#307](https://github.com/apiaryio/dredd/pull/307) Fixing the example in Ruby Hooks docs (@netmilk)
23+
- [#274](https://github.com/apiaryio/dredd/pull/274) Fix spelling mistake on index.md (@NGMarmaduke)
24+
325
### v1.0.1
426

527
- [#264](https://github.com/apiaryio/dredd/pull/264) **Fix**: Quick fix for the reporters issue #263 (@w-vi)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dredd",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "API Blueprint testing tool",
55
"main": "lib/dredd.js",
66
"bin": {

0 commit comments

Comments
 (0)