| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more Context docs+permission requirements | Austin Hellyer | 2016-12-04 | 1 | -1/+22 |
| | | | | | | Add more documentation to most of the Context methods, also clarifying which permission/s are required for each method. | ||||
| * | Add documentation for EditMember and EditProfile | Kisei | 2016-11-30 | 1 | -0/+11 |
| | | |||||
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -0/+35 |
| 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. | |||||