| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -2/+2 |
| | | |||||
| * | Fix rs suffix | Illia | 2017-01-05 | 1 | -1/+1 |
| | | |||||
| * | Fix no-cache+method conditional compiles | Austin Hellyer | 2016-12-10 | 1 | -1/+1 |
| | | | | | Additionally, flag imports behind feature flags to avoid unused imports. | ||||
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -3/+3 |
| | | |||||
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 1 | -2/+62 |
| | | |||||
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -0/+55 |
| 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. | |||||