This repository was archived by the owner on Dec 20, 2025. It is now read-only.
google-that@2.0.0 #99
typicalninja
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This major release updates the CLI to align with the latest
google-srAPI changes, introduces expanded conversion capabilities, and includes important architectural improvements for better performance and compatibility.View the full changelog
Breaking Changes
Updated CLI to use renamed parser API by @typicalninja (#85)
The CLI has been updated to use the new
parsersoption andResultParsertype fromgoogle-srinstead of the deprecatedresultTypesandResultSelectornames. This change ensures consistency with the core library's updated terminology.Migration Required:
--resultTypes/-ris now--parsers/-rto match the new APIRename
CurrencyResulttoUnitConversionResultby @typicalninja (#79)The parser has been renamed to reflect its expanded capabilities. The
CurrencyResultwas found to work effectively for all types of conversion queries: currency, units, measurements, temperature, and more, not just currency conversions. This rename provides a more accurate representation of its full functionality.What's new
Google News parser by @tresorama and @typicalninja (#71)
Add support for parsing results from the Google News tab.
Questions? Feedback? Open an issue or start a discussion.
View the full changelog • See all commits for this release
Like the project? Star it on GitHub ★
This discussion was created from the release google-that@2.0.0.
All reactions