This repository is kept for maintenance and does not accept most feature requests. In particular, this requires that all changes be PATCH-level, meaning that the API cannot be modified.
Any contribution should:
- Compile using
elm make
- Be recognized as a PATCH change using
elm package diff
- Not introduce mutable variables
- Justify why the change is needed and why it won't break anything already here
Documentation improvements are welcome.