v3.9.0

Rich-Harris/degitv3.9.0Sep 4, 2026by YogliB

AI Summary

Adds a new method for programmatic control over `degit.json` actions and makes the source argument optional in the constructor.

Key Highlights

  • Added `Degit#doActions()` for programmatic `degit.json` actions
  • Made the constructor source-optional
  • Improved programmatic usage flexibility

New Features

  • Programmatic `degit.json` actions support
  • Optional constructor source

Full Release Notes

- Add `Degit#doActions()` for programmatic `degit.json` actions and make the constructor source-optional ([#33](https://github.com/Rich-Harris/degit/issues/33)).