Updated docs and changelog
This commit is contained in:
parent
2e3aa5bb95
commit
1b889ce420
|
@ -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
|
||||
|
|
|
@ -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()`
|
||||
|
|
Loading…
Reference in New Issue