| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
When implemented, it was thought that images and thumbnails would be
able to have their height/width specified. This isn't the case, and so
the image/height methods were deprecated on the builders. Time has
passed, so just remove them in favour of direct methods on CreateEmbed
instead.
|
| | |
|
| |
|
|
| |
Eventual Consistency:tm:
|
| | |
|
| |
|
|
|
|
| |
The height and width fields for embed images and thumbnails can not be
set - whereas originally there may have been plans to - so deprecate
them and remove in v0.3.0.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
90% of use cases require embed fields to be inlined, so it's a better
default.
Also this makes the documentation accurate.
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
The builders aren't a large enough portion of the library to deserve
their own root-level module, so move them to the `utils` module.
Additionally, split them into separate files, as the library will be
receiving more builders and the single-file pattern was getting rather
large.
|