| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove example 01 debugging | Zeyla Hellyer | 2017-04-23 | 1 | -2/+0 |
| | | |||||
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 1 | -1/+3 |
| | | | | | | | A lot of structs - such as `Guild` or `ChannelId` - have methods with prefixes of `get_`, which are generally discouraged. To fix this, deprecate them and remove them in v0.3.0. | ||||
| * | Update examples for OOP style update | Austin Hellyer | 2017-01-24 | 1 | -2/+2 |
| | | |||||
| * | Modify examples to point to current repo | Austin Hellyer | 2016-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Instead of pointing to the current minor version, the examples' `Cargo.toml`s should be a relative path to the current cloned repo. This improves the examples by: 1. always being up-to-date if major or minor version updates occur; 2. being more up-to-standard with the examples' readme; 3. making debugging the library locally easier (not having to constantly modify the version to a path). | ||||
| * | Release v0.1.0v0.1.0 | Austin Hellyer | 2016-11-30 | 1 | -1/+1 |
| | | |||||
| * | Re-order example Cargo.toml's | Austin Hellyer | 2016-11-30 | 1 | -2/+2 |
| | | |||||
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -0/+7 |