Skip to content

Commit

Permalink
Merge pull request #7 from hapinessjs/TDW-5971-key-and-lifecycle
Browse files Browse the repository at this point in the history
feat(lifecycle): format key
  • Loading branch information
akanass committed Nov 2, 2017
2 parents 3f8d341 + 7320f57 commit 7f99faf
Show file tree
Hide file tree
Showing 8 changed files with 3,569 additions and 21 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ $ yarn add @hapiness/biim

```javascript
"dependencies": {
"@hapiness/biim": "^1.2.0",
"@hapiness/biim": "^1.3.0",
//...
}
//...
Expand All @@ -78,6 +78,9 @@ Biim.badRequest('my-message', 'some-data', { key: 'bad-request' });

## Change History

* v1.3.0
* Add module to have a lifecycle to format error message
* Latest packages' versions
* v1.2.0
* Support of `Boom v6.0.0`
* Latest packages' versions
Expand Down

0 comments on commit 7f99faf

Please sign in to comment.