Skip to content

Commit

Permalink
chore(v0.6.0): bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnadim committed Oct 9, 2017
1 parent fae9796 commit 188e316
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 73 deletions.
87 changes: 15 additions & 72 deletions CHANGELOG.md
Expand Up @@ -2,91 +2,34 @@

_Veggies is an awesome cucumberjs boilerplate for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co._

## v0.5.0 v0.4.0 ( Wed Jul 19 2017 13:05:46 GMT+0900 (JST) )


## Features

- **cast**
- expose cast helper and support custom types
([ead72dd7](git@github.com:ekino/veggies/commit/ead72dd72baa6ffe905d0ac8826c4ebd5e00efcd))

- **dx**
- validate commit message
([c624c063](git@github.com:ekino/veggies/commit/c624c06391de9eb5dfcb6f795a60d6f891736314))
- run tests related to modified files on precommit
([41303e35](git@github.com:ekino/veggies/commit/41303e35bad6f433504c61c9f29a9679f1d33a04))
- run examples on feature file change
([8d7c072d](git@github.com:ekino/veggies/commit/8d7c072d8d2167721d5f201d61a5d7f9a3cc7696))
- run eslint on precommit
([1813533f](git@github.com:ekino/veggies/commit/1813533f2b21df433f2aa654b10634b3ff810bbd))
- add git hooks
([fa2ab07f](git@github.com:ekino/veggies/commit/fa2ab07fb01fdc953d50573bf19fdfbe2edbc02c))

- **examples**
- update cookies example
([b1139a90](git@github.com:ekino/veggies/commit/b1139a90d5f8e50a738f4060646f2289345ba669))

- **file-system**
- add ability to remove files or directories
([eb82ed7d](git@github.com:ekino/veggies/commit/eb82ed7da12619a0cc64ceb5c248f128e096d1bf))
- add ability to create directories
([0b176bb9](git@github.com:ekino/veggies/commit/0b176bb9ef3190509000dc693e06ae254d651d35))
- add ability to test file|directory presence
([acba1a91](git@github.com:ekino/veggies/commit/acba1a912d3bc188e91c559ec9f0629b869c472a))
- Init fileSystem extension
([2ca79cdd](git@github.com:ekino/veggies/commit/2ca79cddf9ca4f520597a00ee57408b32f85101d))
## v0.6.0 v0.5.0 ( Mon Oct 09 2017 18:21:21 GMT+0200 (CEST) )


## Bug Fixes

- **readme**
- fix status code verification step in readme
([de8327d7](git@github.com:ekino/veggies/commit/de8327d7d7ae5462fa19da98e31040458aee3da8))

## Documentation

- **file-system**
- fix link
([2df4c722](git@github.com:ekino/veggies/commit/2df4c7224b7cf3af911653d032ae86585f277b1a))
- Update fileSystem extension's gherkin expressions
([0e965fc0](git@github.com:ekino/veggies/commit/0e965fc0f92f3af489c92e5b314543198ba55efa))
- Init fileSystem documentation
([2897d17e](git@github.com:ekino/veggies/commit/2897d17e52e0ef14efd7f97953a41f3d0dbcefde))

- **http-api**
- add doc about testing response headers
([4a44082e](git@github.com:ekino/veggies/commit/4a44082eff586305d3b472730574eb9d98800a90))
- add doc about debugging API tests
([add64141](git@github.com:ekino/veggies/commit/add6414198d1bca1d2c63ddabc2f597084f289f2))

- **requirements**
- add requirements doc
([a8adc2d8](git@github.com:ekino/veggies/commit/a8adc2d8034f7d6519c7b0d1c3627d554731e78d))




## Test

- **file-system**
- add tests on file system extension
([4847a465](git@github.com:ekino/veggies/commit/4847a4656747c412feb9e98d4ded1380e4b27fda))

## Features

- **global**
- Isolate extensions and make it compatible with cumcumber 3
([b4d24c6b](git@github.com:ekino/veggies/commit/b4d24c6beb35dc30a57b1f2ccdde016de72a0f12))

- **snapshot**
- Add snapshot extension
([f85fdc84](git@github.com:ekino/veggies/commit/f85fdc845348fa320aa857c0835878a8b7630d61))

## Chore

- **contribute**
- add CONTRIBUTING.md
([197ed78c](git@github.com:ekino/veggies/commit/197ed78cbd8edcbfa35984882a71b286c48339fc))

- **social**
- add social badges
([b5ec8690](git@github.com:ekino/veggies/commit/b5ec869022f8f6ea195ef43857e3f3d976968a8b))

- **typo**
- fix typo for API response headers definition
([623ba3dc](git@github.com:ekino/veggies/commit/623ba3dcd55287b77f74d3f24499efdad32e20a9))
- fix typo for json response full match
([d0bf516e](git@github.com:ekino/veggies/commit/d0bf516e2c59f7d915d39bf557aa5bbfbcb69017))
## Pull requests merged
- Merge pull request #19 from ekino/feat-snapshot
([fae97964](git@github.com:ekino/veggies/commit/fae979646c25c6cc8a2bbf0dfb3ad2d5a802bd1e))



Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ekino/veggies",
"version": "0.5.0",
"version": "0.6.0",
"description": "Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.",
"tags": [
"bdd",
Expand Down

0 comments on commit 188e316

Please sign in to comment.