google-that@2.0.0
This major release updates the CLI to align with the latest google-sr API changes, introduces expanded conversion capabilities, and includes important architectural improvements for better performance and compatibility.
Breaking Changes
Updated CLI to use renamed parser API by @typicalninja (#85)
The CLI has been updated to use the new parsers option and ResultParser type from google-sr instead of the deprecated resultTypes and ResultSelector names. This change ensures consistency with the core library's updated terminology.
Migration Required:
- The CLI option
--resultTypes/-ris now--parsers/-rto match the new API
Rename CurrencyResult to UnitConversionResult by @typicalninja (#79)
The parser has been renamed to reflect its expanded capabilities. The CurrencyResult was 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 ★