Releases: goto-bus-stop/youtube-suggest
Releases · goto-bus-stop/youtube-suggest
v1.2.0
- Add typescript types.
- Add
locale
option to request completions tailored for a specific locale.
v1.1.2
- Change user agent to get UTF-8 encoded responses. (@Svallinn in #6)
v1.1.1
- Factor out JSONP requests to a
smol-jsonp
module.
- Use HTTPS. (@Svallinn in #6)
v1.1.0
- Use JSONP in the browser to bypass CORS restrictions.