Releases: inhabitedtype/faraday
Releases · inhabitedtype/faraday
v0.3.0
- Improve code generation by not specifying default for optional arguments in
_gen
functions (#8)
- Fixup ocamldoc comments (#7)
- Switch to jbuilder (#9, h/t @thedufer)
v0.2.0
- add
pending_bytes
function to get the size of the next write (#6)
- use unsafe array operations when bound have already been checked (#5)