Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rymizuki committed Apr 28, 2019
1 parent 1a1c796 commit 5668f83
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.2.0](https://github.com/rymizuki/node-hariko/compare/v1.1.7...v1.2.0) (2019-04-28)


### Bug Fixes

* **resource/parser:** fixed parser for protagonist v2 ([16f88ab](https://github.com/rymizuki/node-hariko/commit/16f88ab))
* **uri-parser:** fix from eslint warnings ([917dc95](https://github.com/rymizuki/node-hariko/commit/917dc95))


### Features

* **hariko:** replace parser logic, and remove old codes. ([653f646](https://github.com/rymizuki/node-hariko/commit/653f646))
* **hariko-parser:** added hariko's parsing structure ([3ab065c](https://github.com/rymizuki/node-hariko/commit/3ab065c))
* **hariko-parser:** added uri-parser ([3732a9e](https://github.com/rymizuki/node-hariko/commit/3732a9e))
* **hariko-parser:** parsing resource and return entries ([07dcb72](https://github.com/rymizuki/node-hariko/commit/07dcb72))



## [1.1.7](https://github.com/rymizuki/node-hariko/compare/v1.1.6...v1.1.7) (2017-12-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hariko",
"version": "1.1.7",
"version": "1.2.0",
"description": "Mock Server that implements the API Blueprint specification.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 5668f83

Please sign in to comment.