Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename and document fork v1.2.0 | Alan Pearce | 34 hours | -1/+1 |
| | ||||
* | Move module to maragu.dev/gomponents namespace (#215) | Markus Wüstenberg | 2024-10-03 | -1/+1 |
| | | | | | | | | | | 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 | |||
* | Use output of strings.Builder in assert.Equal (#106) | Markus Wüstenberg | 2022-09-21 | -1/+1 |
| | ||||
* | Mark the assert test helpers as such (#90) | Markus Wüstenberg | 2021-10-06 | -0/+29 |
Using `t.Helper()`. Also move the assert package to be internal. |