| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -8/+2 |
| | | | | | | Add documentation for some missing methods - such as Game methods - and add more methods to the Message Builder. | ||||
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -4/+109 |
| | | |||||
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -0/+53 |
| 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. | |||||