- BREAKING CHANGE: GoogleSheets.create_sheet() will now return the entire URL instead of the only the ID - GoogleSheets.\_\_get_id() now uses the re library to extract id - Updated GoogleSheets's tests to account for new return on create_sheet() - Updated dependencies
0.2.10
- Changed GSC for 1 site responses to return only a pd.DataFrame instead of a dictionary housing a DataFrame
0.2.9
- New Feature: Reports Module - You can now run weekly/monthly reports using GSC/GA data - Bug Fix: GoogleDocs.combine_content() now correctly joins highlighted/other formated text together
0.2.8
- Bug Fix: Resolved GSC site_list issue with list like objects
0.2.7
- Bug Fix: Resolved known authentiction issue (Issue 2) - Added authentication for notebooks (colab, jupyter)