Skip to content

Releases: LucianBuzzo/dungeoneer

v3.1.0

06 Mar 23:37

Choose a tag to compare

3.1.0 (2026-03-06)

Features

  • add advanced region-tagging plugin with corridor flavors (d6b73b2)
  • add M1 constraints schema validation (8796176)
  • add M2 plugin runner and choke-point plugin (f6fe698)
  • add maxDeadEnds dead-end budget control (233a5a1)
  • add secrets plugin for hidden room connectors (98ab0a4)
  • implement constraint-aware room generation (8fca2e9)
  • port core implementation to TypeScript (b765f1d)

v3.0.0

06 Mar 15:21

Choose a tag to compare

3.0.0 (2026-03-06)

⚠ BREAKING CHANGES

  • dungeoneer now targets Node.js >=20; older Node versions are no longer supported.

Features

  • modernize CI/lint and fix deterministic generation bugs (46c9445)

Bug Fixes

  • ci: use npm install in workflow without lockfile (3142450)