I've decided to release 0.2.0 faster because Components have a good progress and could be released soon 馃帀
Expected features:
@DenisKolodin add router?
@krircc Resonable! I've planned experiments with router to 0.4.0.
I'd personally recommend against clippy being required until it is integrated into rustup, unless you know of a way to download the binary directly. It adds a lot of time to install it first and is annoying. Also, it's not hard to fix clippy lints once every month or so.
rustfmt :+1: since it is now in rustup.
What are you thinking regarding the tutorial/docs? Honestly at this stage in the project I would just do the following:
main.rs docstrings describing what they are even trying to do.I wouldn't try to be "totally documented" at this point. Honestly, someone who knows elm can figure this out pretty quickly (I could!).
Also, I would say that more formats (bson, toml, etc) seems like it should be super low priority to me. JSON is the language of the web (in my experience). Router seems much more useful personally (not that they are swappable, just that bson, toml, etc could wait until even after 0.4 IMO).
Most helpful comment
@krircc Resonable! I've planned experiments with router to 0.4.0.