Skip to content

Releases: aralroca/default-composer

0.6.0

22 Nov 16:07
Compare
Choose a tag to compare

BREAKING CHANGE

Now mergeArrays configuration option also merges the objects inside the arrays.

  • default: { someArray: [ {a: 1} , { c: 2 }] }
  • data: { someArray: [ {b: 3} ] }
  • result { someArray: [ {a: 1, b: 3}, {c: 2} ] }

What's Changed

Full Changelog: 0.5.4...0.6.0

0.5.4

22 Nov 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.3...0.5.4

0.5.3

22 Nov 10:34
Compare
Choose a tag to compare

Full Changelog: 0.5.2...0.5.3

0.5.2

22 Nov 09:58
Compare
Choose a tag to compare

What's Changed

  • fix: fix Dates inside isEmptyObjectOrArray helper by @aralroca in #22

Full Changelog: 0.5.1...0.5.2

0.5.1

17 Jul 07:58
Compare
Choose a tag to compare

What's Changed

  • fix: move default export to be the last option a2920ad

Full Changelog: 0.5.0...0.5.1

0.5.0

10 Jul 08:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

03 Jul 07:36
Compare
Choose a tag to compare

What's Changed

  • add "types" field to specify the location of TypeScript declaration files for the package by @namhtpyn in #16

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

16 Jun 08:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

11 Jun 14:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

29 May 13:08
fbddf8f
Compare
Choose a tag to compare

What's Changed

  • rename and improve emptyChecker from config to isDefaultableValue by @aralroca in #5

Migrate from 0.2.x

Change setConfig({ emptyChecker }) to setConfig({ isDefaultableValue })

Full Changelog: 0.2.0...0.3.0