Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-13 | don't need trait descriptions | Daniel Schadt | |
As it looks, not every trait comes with this field, which prevents some traitlines (notably the Firebrand one) from rendering successfully, as serde refuses to deserialize the Trait. We never displayed the description, and it's trivial to add back, so that's why it was removed. | |||
2019-12-12 | remove quick_error | Daniel Schadt | |
quick_error used the deprecated Error::cause interface, therefore we want to use our own error enums with proper methods. | |||
2019-12-12 | use helper traits for better code | Daniel Schadt | |
2019-12-10 | sanitize ID before accessing or sending to the API | Daniel Schadt | |
2019-12-07 | add chatlink + revenant legends support | Daniel Schadt | |
2019-12-06 | initial commit | Daniel Schadt | |