Skip to content

0.2.0

Compare
Choose a tag to compare
@aralroca aralroca released this 28 May 15:39
· 33 commits to main since this release
b31e080

What's Changed

How to migrate from 0.1.x:

Instead of:

import defaultComposer from "default-composer";

You can do:

import { defaultComposer, setConfig } from "default-composer";

Full Changelog: 0.1.3...0.2.0