google_sheets v2.0.0 Release Notes

Release Date: 2015-09-30 // over 8 years ago
  • ๐Ÿ”ง Raised version to 2.0.0 because the configuration format and API was changed in backwards incompatible way.

    Major changes:

    • ๐Ÿ”ง Configurations are now keyword lists, allowing only specific configuration values to be changed for each environment.
    • The loader behaviour load callback received now id of the spreadsheet as parameter
    • ๐Ÿ“œ The parser behaviour doesn't receive version, instead it returns version used in later queries or the version is a hash of the returned data.
    • โœ… GoogleSheets.latest_key has been renamed to GoogleSheets.latest_version

    ๐Ÿ‘€ See the REAME for more instructions.