New
v0.3.0
Breaking changes
- Response body is specified with
response_writerinFetchOptions.
Import
.curl = .{
.url = "https://github.com/jiacai2050/zig-curl/archive/refs/tags/v0.3.0.tar.gz",
.hash = "curl-0.3.0-P4tT4ZzSAADueeRzPHnzLFj9lRTJyA3rnOYycH0yu-N4",
},
What's Changed
- feat: add write context to set writefunction by @jiacai2050 in https://github.com/jiacai2050/zig-curl/pull/32
- feat: support any writer by @jiacai2050 in https://github.com/jiacai2050/zig-curl/pull/33
Full Changelog: https://github.com/jiacai2050/zig-curl/compare/v0.2.0...v0.3.0