* Added info on how to create your own custom validators
0.39
* Log handler removed to not interfere with AWS logger
0.38
* Added an allow_none_defaults to the extract decorators, so that None defaults are understood as a value, not as not having a value. The default mode is False, so None defaults are treated as the parameter not having a value.
0.37
* Extracted Null values are now added to kwargs of decorated function * Bug fix: extract exceptions check if param exists * Usage of try/except/else in extract
0.36
* ExceptionHandler objects can be created with a status code that will be returned to the client when that error happens. Until now, ExceptionHandler objects always returned 400.
0.35
* You can now control the logging level of the decorators by adding a LOG_LEVEL environment variable. Defaulted to INFO