From 1b889ce42020989d5d1d63e36d61ed929ed5d2d2 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Tue, 9 Jun 2020 09:59:18 -0400 Subject: [PATCH] Updated docs and changelog --- Changelog.md | 8 ++++++++ docs/scrython.bulk_data/BulkData.md | 22 ++++++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4de8267..4f965b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## 1.8.0 + +Changes +- CI tests have now been added +- Bulk data uri method has been updated, with a deprecation warning for the previous method. +- `preview()` method has been added to all card methods. +- Tests have been updated to reflect new changes. + ## 1.7.1 New stuff - Added image uri compatability for adventure cards diff --git a/docs/scrython.bulk_data/BulkData.md b/docs/scrython.bulk_data/BulkData.md index c8f7c04..c249ca3 100644 --- a/docs/scrython.bulk_data/BulkData.md +++ b/docs/scrython.bulk_data/BulkData.md @@ -123,14 +123,7 @@ Returns the type of object the specified index is ### `bulk_permalink_uri()` ``` -The URL that hosts the bulk file - - Args: - num (int): The index of the object in the `data` key - - Returns: - string: A URI to download the compressed data - +None ``` --- ### `bulk_type()` @@ -157,6 +150,19 @@ The time the item was last updated Returns: string: Timestamp +``` +--- +### `bulk_uri()` + +``` +The URL that hosts the bulk file + + Args: + num (int): The index of the object in the `data` key + + Returns: + string: A URI to download the compressed data + ``` --- ### `data()`