CHANGELOG
View Source0.3.3
- Add docs
0.3.2
Add
t_ok_res
type for:ok | {:error, ErrorMessage.t}
0.3.1
- Add ability to serialize non local pids as well
0.3.0
- Remove the inspect protocol impl so it uses default inspect
0.2.4
- Add ability to encode PIDs in error messages and pull out their registered name
0.2.3
- Add
http_code_reason_atom
0.2.2
- Don't generate details: nil in outputs anymore
0.2.1
- Add
t_res
types
0.2.0
- add
http_code
function - add http codes to docs
- add request_id to jsonable_map when possible
0.1.4
- Make details pretty print on inspect
0.1.3
- Change message typing to String.t
0.1.2
- Add better typing for specs
0.1.1
- Add support for Jason @derive when library is present
0.1.0
- Initial Release