| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert Colour to be a tuple struct | Austin Hellyer | 2017-01-13 | 1 | -1/+1 |
| | | | | | The struct only has one field (`value`) anyway. | ||||
| * | Remove image/thumbnail embed builders | Austin Hellyer | 2016-12-18 | 1 | -82/+13 |
| | | | | | | | | | 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. | ||||
| * | Allow time::Tm to be passed into embed timestamp | Austin Hellyer | 2016-12-18 | 1 | -9/+44 |
| | | |||||
| * | No Z or +XX:XX | Christopher F | 2016-12-18 | 1 | -3/+4 |
| | | | | | Eventual Consistency:tm: | ||||
| * | Add documentation regarding ISO-8601 to embeds | Christopher F | 2016-12-18 | 1 | -0/+7 |
| | | |||||
| * | Deprecate embed image/thumbnail height/width | Austin Hellyer | 2016-12-09 | 1 | -36/+10 |
| | | | | | | | 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. | ||||
| * | Implement From<Embed> for CreateEmbed | Austin Hellyer | 2016-12-08 | 1 | -1/+70 |
| | | |||||
| * | Add documentation for models | Illia | 2016-12-04 | 1 | -3/+8 |
| | | |||||
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -36/+0 |
| | | |||||
| * | Ensure embed fields are inline by default | Austin Hellyer | 2016-11-23 | 1 | -1/+1 |
| | | | | | | | | 90% of use cases require embed fields to be inlined, so it's a better default. Also this makes the documentation accurate. | ||||
| * | Don't typo CreateEmbed::image field | Austin Hellyer | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Add support for creating embed images | Austin Hellyer | 2016-11-21 | 1 | -0/+48 |
| | | |||||
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 1 | -0/+4 |
| | | |||||
| * | Add send_message rich embeds | Austin Hellyer | 2016-11-15 | 1 | -17/+310 |
| | | |||||
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -0/+42 |
| 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. | |||||