| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Asset.read() to retrieve assets into bytes objects | slice | 2019-04-20 | 1 | -22/+40 |
| | | |||||
| * | Add equality comparisons between two assets and hashing an asset. | Rapptz | 2019-04-13 | 1 | -0/+21 |
| | | |||||
| * | Fix various bugs with Asset._url None handling. | Rapptz | 2019-04-09 | 1 | -2/+4 |
| | | |||||
| * | Redesign asset retrieval in the library. | NCPlayz | 2019-04-06 | 1 | -0/+157 |
| Most assets now return a new class named `Asset`. This allows for the assets to be consistently saved via a `save` method instead of special casing for `Attachment`. `AppInfo` is no longer a namedtuple it is a fully documented dataclass, as well as having the state attached to it. Fixes #1997 | |||||