Changed
- The module name was changed from
github.com/riverqueue/riveruitoriverqueue.com/riverui. This change was made to facilitate bundling of module releases that include vendored frontend assets, which will enable the embeddedHandlertype to be usable by anybody whogo getinstalls the module without requiring a complex build setup. - Rename
HandlerOptstoServerOptsfor consistency. TheHandlertype was renamed toServerin PR #108 but the opts type was not renamed until now. PR #133. - Implement
http.HandleronServertype via aServeHTTPmethod so that it can be used directly without needing to call.Handler()on it. PR #133. - Directly specify
DBinterface type and rename it. Avoids relying on embedding a type from an internal package. PR #133.
Removed
- Removed the vendored Inter font to reduce bundle size with no noticeable impact on the UI.