Changelog¶
This page aims to keep an organized view of all of the changes since the wrapper’s initial release.
0.1.7a¶
PokemonSpritesis now also an iterable that works withlen().
0.1.6a¶
0.1.5a¶
Machineobject withClient.get_machine().Added lru-dict as an optional package for overall better caching with a least recently used algorithim and a maxsize of 128.
UnNamedBaseObjectfor full objects without a name provided.Can now pass a custom
aiohttp.ClientSessioninconnect().
0.1.4a¶
Hotfixes for
AsyncPaginationIteratormostly.
0.1.3a¶
Various improvements with
AsyncPaginationIteratorandAsyncIteratorMany objects attributes that were strings are now
NamedAPIObjectorAPIObject.AsyncPaginationIteratornow uses both of the instead of atuple.MachineVersionDetailforMoveBerryobjects.
0.1.2a¶
Added
AbilityandClient.get_ability()for ability objects.
0.1.1a¶
Sprites from
Client.read_sprite()andClient.save_sprite()are now cached.Slight improvements in internal caching.
0.1.0a¶
Moveobjects andClient.get_move()(still incomplete and need testing).Integrated
AsyncIteratorandClient.get_pagination()for API pagination, still incomplete and needs testing too.version_infofor asys.version_info-likenamedtuple().All modules now have
__all__defined to them.
0.0.9a¶
Client.read_sprite()andClient.save_sprite()for easy sprite downloading.Base URI to make requests to and the User-Agent header are now customizable.
Pretty formatted names, e.g
thick-fatis nowThick Fat.Full objects are now searchable by both name and id.
Improvements in internal routing.
0.0.7a¶
First release.