Hi guys, I'm just wondering when documentation will be updated? ;) For example, I want to use Tag::submitButton (and I'm using it) but, according to API, there is public static string submitButton (array $parameters) which doesn't even explain what kind of parameters it should accept. On the other side, in examples we can see Tag::submitButton('Some_string") so the string passed is working properly too (which is not documented but appears across many examples). This is only one tag I'm using as example, but there are many the same.
Thanks for your great work!