This release marks the first beta of a 1.0.0 release. This means that I'm committed to this API going forward,
and breaking changes will only happen in a v2 that hopefully will never come.
The only major change from v0.22.0 is that the module is in a new namespace: maragu.dev/gomponents
Because of Go module dependency pinning and the Go module proxy, I don't think this will have much of an impact on people using the library, but I'm being cautious with a beta release and testing things extensively.
If you find any issues, please report them, either on the discussion attached to this release, or open a separate issue.
What's Changed
- ⚠️ Move module to maragu.dev/gomponents namespace by @markuswustenberg in #215
- Fix example app to use maragu.dev/gomponents module path by @markuswustenberg in #216
Full Changelog: v0.22.0...v1.0.0-beta1