New
v0.2.0
Breaking changes
Bufferrename toDynamicBuffer- Remove
bufferWriteCallback, useEasy.dynamicBufferWriteCallbackinstead. - Remove
get,post, usefetch,fetchAllocinstead. Easy.initremove allocator argument.
Import
.dependencies = .{
.curl = .{
.url = "https://github.com/jiacai2050/zig-curl/archive/refs/tags/v0.2.0.tar.gz",
.hash = "curl-0.2.0-P4tT4UfOAADebEpwArAmrbS8Bzdxnh6PEmtHhbTLdxaG",
},
},
What's Changed
- Expand multi example to show how to save output to buffer. by @g-cassie in https://github.com/jiacai2050/zig-curl/pull/29
- refactor: no allocator inside Easy by @jiacai2050 in https://github.com/jiacai2050/zig-curl/pull/30
New Contributors
- @g-cassie made their first contribution in https://github.com/jiacai2050/zig-curl/pull/29
Full Changelog: https://github.com/jiacai2050/zig-curl/compare/v0.1.1...v0.2.0