Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Breaking Change! Maker.create() is now asynchronous

Compare
Choose a tag to compare
@b-pmcg b-pmcg released this 17 Jan 19:19
· 2305 commits to dev since this release
aa6a1ff

This release updates plugin handling to accept an optional configuration object, and refactors Maker.create() to be async. This allows plugins to perform async operations during setup.

const maker = await Maker.create(...)