Skip to content

v0.12.0

Choose a tag to compare

@servo-fetch-release servo-fetch-release released this 31 May 04:42
· 52 commits to main since this release
77b29b1

Breaking Changes

  • (api) Split sync and async (#258)

Migration Guide

The top-level synchronous helpers fetch, markdown, text, extract_json,
crawl, crawl_each, and map have been moved to servo_fetch::blocking::*.
Names, arguments, and behavior are unchanged.

Features

  • (api) Split sync and async (#258)

Contributors