Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

google-that@2.0.0

Choose a tag to compare

@typicalninja typicalninja released this 30 Jul 07:58
· 2 commits to master since this release
0017c70

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.

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 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/-r is now --parsers/-r to 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 changelogSee all commits for this release

Like the project? Star it on GitHub ★