- Change encoder default in json to be 'str'
- Return empty when the value is Nan on json_converter
- Remove special types to serialize on json_converter function
- Add condition to add special types to serialize on json_converter function
- BugFix: { in the response_name breaking the client
- Refactor ResponseFactory using a better repr and str.
- Add next page function
- BugFix: Remove Translation from the exception
- BugFix: Compare with the correct var
- BugFix: Remove django import
- Initial release