This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments