• v0.3.0 4ff0d0b745

    Ghost released this 2026-03-22 00:04:07 +00:00 | 159 commits to dev since this release

    Replace framework.New(framework.WithName(...)) + framework.ServiceForT
    with direct factory calls: factory := NewService(opts); raw, _ := factory(c)

    RegisterAction handler signature: func(*Core, Message) Result (was error)

    Co-Authored-By: Virgil virgil@lethean.io

    Downloads