- Added @get_to_params.
- Code reformatted.
- Removed support for py2.7.
- Change in the JSON imports that makes it easier to override the json encoder/decoder, if necessary. (by https://github.com/eevleevs in #11)
- Provided default for raw_data (by https://github.com/eevleevs in #10)
- Added support for python 3 (#9).
- Added support for file-like objects (#7).
- Fixed separator in JSON prettify.
- Fixed #8 - deprecation warning when accessing the Exception.message property.
- Merged #5 to fix
docs/__init__.py
, which didn't work at Python 3.- Rewritten
docs/__init__.py
, when the merge for Python 3 broken Python 2 support.
- Added
pretty_dump()
decorator.
- Fixed bug in @wraps, caused by some strange python behaviour.
- Fixed bug in documentation.
- As suggested in #3 - project renamed from
rbottle
tobottle-rest
.
- Fixed some bugs, added optional return_json=True parameters.
- Added pretty print for returned JSON.
- Project created.