| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
v1.0.0-beta1 gave no problems with my other gomponents libraries, that
of others, and some of my large projects, so releasing v1!
No more breaking changes! 😁
|
|
|
| |
So we can be sure all dot imports work at the same time.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This is a breaking change to move gomponents to my own import namespace.
I will obviously be careful with this, test it out in all kinds of
scenarios, release betas, etc. But otherwise, because the `Node`
interface is so simple and has basically never changed, I don't think
this will break much. 🤞
Fixes #200
|
| |
|
|
|
| |
Also, remove the other examples and simplify the readme.
|
| |
|
|
Using `t.Helper()`.
Also move the assert package to be internal.
|