about summary refs log tree commit diff stats
path: root/internal
Commit message (Collapse)AuthorAgeLines
* Rename and document fork v1.2.0Alan Pearce2 days-29/+43
|
* Release v1 (#226)Markus Wüstenberg2024-10-11-6/+7
| | | | | | 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! 😁
* Add test for dot imports (#225)Markus Wüstenberg2024-10-11-0/+19
| | | So we can be sure all dot imports work at the same time.
* Fix example app to use maragu.dev/gomponents module path (#216)Markus Wüstenberg2024-10-03-16/+16
|
* Move module to maragu.dev/gomponents namespace (#215)Markus Wüstenberg2024-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 go workspace in example app (#211)Markus Wüstenberg2024-09-24-2/+8
|
* Add full example app (#204)Markus Wüstenberg2024-09-19-0/+169
| | | Also, remove the other examples and simplify the readme.
* Use output of strings.Builder in assert.Equal (#106)Markus Wüstenberg2022-09-21-1/+1
|
* Mark the assert test helpers as such (#90)Markus Wüstenberg2021-10-06-0/+29
Using `t.Helper()`. Also move the assert package to be internal.