Skip to content

Releases: aralroca/default-composer

0.2.0

28 May 15:39
b31e080
Compare
Choose a tag to compare

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

0.1.3

27 May 16:42
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

0.1.2

27 May 16:33
Compare
Choose a tag to compare
  • Remove Lodash dependency: reducing package size (3kb to 300B) a84735d

Full Changelog: 0.1.1...0.1.2

0.1.1

27 May 09:42
Compare
Choose a tag to compare

What's Changed

  • fix failing case with falsy boolean by @aralroca in #1

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

27 May 09:15
Compare
Choose a tag to compare