BoomForge

Unlisted
A shared plugin framework for WoW addons. It hosts common libraries and a small plugin registry so addons that depend on it can stay lean.

File Details

v0.2.0

  • R
  • Jul 13, 2026
  • 135.95 KB
  • 11
  • 12.0.7
  • Retail

File Name

BoomForge-v0.2.0.zip

Supported Versions

  • 12.0.7

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.2.0 - 2026-07-12

Added

  • Initial scaffold: shared Ace3/LibDataBroker/LibDBIcon/LibSharedMedia library hosting via embeds.xml.
  • BoomForge:RegisterPlugin(plugin, opts) — loosely-coupled plugin registry (bookkeeping + API-version check), returning an entry with a growable services table (currently services.log, a namespaced debug/print helper).
  • No user-facing UI in v1 (no Settings category, no minimap icon) — pure Lua services layer.

Changed

  • The shared logger is only reachable via RegisterPlugin (entry.services.log) — there is no standalone public way to get one without registering as a plugin. BoomForge is a base for a committed plugin ecosystem, not a grab-bag of free-standing utilities.