Skip to content

v0.2.0

Release Date: September 1, 2025

Highlights

  • Module renamed from go-h5p to h5p-go following Go naming conventions

Changed

  • Renamed module from github.com/grokify/go-h5p to github.com/grokify/h5p-go (b27dd94)

Documentation

  • Remove redundant shields from README (6cad7a0)

Migration Guide

Update your imports:

// Before
import "github.com/grokify/go-h5p"

// After
import "github.com/grokify/h5p-go"

Update your go.mod:

go get github.com/grokify/h5p-go@v0.2.0