Skip to content

Commit

Permalink
Document new desired feature
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Sep 8, 2015
1 parent b9674eb commit 9653102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
- Added support for quickly exposing functions as cli clients with `hug.cli` decorator
- Added support for quickly serving up development APIs from withing the module using: `if __name__ == '__main__': __hug__.serve()
- Added support for documentation only type annotations, simply by passing just a string in as the type annotation
- Added support for `only_if` argument to limit exposure of functions based on a given criteria
- Added automatic documentation of output type transformations
- `hug.types.decimal` renamed to `hug.types.float_number` and `hug.types.decimal` type added that returns python Decimal
- `hug.types.accept` wrapper added, that makes it easy to customize doc strings and error handling for any preexisting type converter

0 comments on commit 9653102

Please sign in to comment.