2018-03-04 01:41:33 +00:00
|
|
|
# Changelog
|
|
|
|
|
2018-04-19 00:55:11 +00:00
|
|
|
## 1.5.0
|
|
|
|
|
2018-06-13 17:40:00 +00:00
|
|
|
New stuff
|
|
|
|
|
2018-06-13 17:44:26 +00:00
|
|
|
- Arena IDs are now accessible from all `cards` objects with `arena_id()`.
|
|
|
|
- The `lang` attribute is now accessible from all `cards` objects with `lang()`
|
2018-06-13 18:01:12 +00:00
|
|
|
- `printed_name()`, `printed_type_line()`, `printed_text()` have been added to all `card`
|
|
|
|
objects.
|
|
|
|
- `lang` optional argument has now been added to `Collector()` object. Defaults to `en`
|
2018-06-13 17:40:00 +00:00
|
|
|
|
2018-04-19 00:55:11 +00:00
|
|
|
Changes
|
|
|
|
|
|
|
|
- Key errors are now handled more cleanly, and doesn't return two traceback errors.
|
2018-04-19 00:56:17 +00:00
|
|
|
- Updated sets to be more like the other classes in structure.
|
2018-04-19 00:55:11 +00:00
|
|
|
- Updated symbology to be more like the other classes in structure.
|
|
|
|
|
2018-04-14 18:44:10 +00:00
|
|
|
## 1.4.2
|
2018-04-14 18:24:02 +00:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
|
|
|
- `Search().has_more()` has been properly implemented. Whoops.
|
|
|
|
|
2018-03-04 01:41:33 +00:00
|
|
|
## 1.3.4
|
|
|
|
|
2018-03-04 05:22:23 +00:00
|
|
|
New stuff
|
|
|
|
|
|
|
|
- Added attributes `data_length()` and `data_tuple()` to `cards.Search()`.
|
|
|
|
|
2018-03-04 01:41:33 +00:00
|
|
|
Changes
|
|
|
|
|
|
|
|
- Updates all the classes for readability and DRYness.
|
|
|
|
|
2018-03-01 02:20:41 +00:00
|
|
|
## 1.3.0
|
|
|
|
|
|
|
|
New Stuff
|
2018-03-04 01:41:33 +00:00
|
|
|
|
2018-03-01 02:20:41 +00:00
|
|
|
- Scrython now uses the threading module to allow for discord.py implementations.
|
|
|
|
|
|
|
|
Changes
|
2018-03-04 01:41:33 +00:00
|
|
|
|
2018-03-01 02:20:41 +00:00
|
|
|
- Added `power()`, `toughness()`, and `flavor_text()` attributes to cards_object. Thanks to Mendess2526!
|
|
|
|
|
|
|
|
Bugfixes
|
2018-03-04 01:41:33 +00:00
|
|
|
|
2018-03-01 02:20:41 +00:00
|
|
|
- Fixed a bug that would prevent you from creating a cards.Autocomplete() object.
|
|
|
|
|
2018-02-22 00:57:22 +00:00
|
|
|
## 1.2.0
|
|
|
|
|
|
|
|
New Stuff
|
2018-03-04 01:41:33 +00:00
|
|
|
|
2018-02-22 00:57:22 +00:00
|
|
|
- Created this doc for everyone to keep track of changes to this library.
|
|
|
|
- All classes now have a docstring.
|
|
|
|
- Created an example script for checking cards in a .csv
|
|
|
|
|
|
|
|
Changes
|
2018-03-04 01:41:33 +00:00
|
|
|
|
2018-02-22 00:57:22 +00:00
|
|
|
- cards.Autocomplete() has had the `q` parameter updated to `query`.
|
|
|
|
- symbology.Parsemana() now has a required parameter of `code`.
|
|
|
|
- Updated the README with more information, and better organization.
|