- Added support for `modal_dfc` to `image_uris()`.
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 - Custom Scryfall based errors
1.7.0
Changes
- Added the following methods for card objects - `tcgplayer_id` - `frame_effect` - `games` - `promo` - `released_at` - Removed the following methods for card objects - `timeshifted` - `colorshifted` - `futureshifted` - Renamed the following methods for card objects
- `currency` is now `prices`
- Created new endpoint object `TCGPlayerId()`
1.6.2
Changes
- You can now pass arguments into `card.image_uris` to specify a single uri.
1.6.1
Bugfixes
- Forgot to add bulk_data subpackage to Scrython, fixing import issues.