Releases: awkward/Ocarina
Releases · awkward/Ocarina
1.1.3
Changed:
- Improved parsing of tags, thanks to @thierrybucco
- Improved default user-agent
Added:
- You can now set a custom
userAgent
on OcarinaManager, thanks to @thierrybucco
1.1.2
Fixed:
- Some
og:url
tags were not being parsed, fix thanks to @thierrybucco
1.1.1
- Fix some status codes (including 404) causing the success handler to be called
- Include the HTTPURLResponse in the error handler
Thanks to @thierrybucco for the changes