Skip to content

Commit

Permalink
Use hapi-swagger 2.0.0 which works with optional path params
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Jan 3, 2016
1 parent 0d50838 commit 5179c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased][unreleased]
### Fixed
- Parse all dates as UTC to avoid timezone conversion errors
- Use hapi-swagger 2.0.0, where the optional path parameter {format?} works as expected ([#32](https://github.com/metaodi/openerz/issues/32), thanks [Daniel Schregenberger](https://github.com/SuperBFG7))

## 0.11.0 - 2016-01-03
### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"fanci": "^0.5.0",
"h2o2": "^4.0.2",
"hapi": "^10.5.0",
"hapi-swagger": "^2.0.0",
"hapi-swagger": "2.0.0",
"icalendar": "^0.7.1",
"inert": "^3.2.0",
"joi": "^7.0.1",
Expand Down

0 comments on commit 5179c6d

Please sign in to comment.