renovate/CHANGELOG.md

2.0 KiB

2.0.2 (2015-10-16)

Bug Fixes

  • children: ensure the array of children is well handled (36b462a)

2.0.1 (2015-10-16)

Bug Fixes

2.0.0 (2015-10-16)

Features

  • deep: handle deeply set functions (ad21917)
  • deep: handle deeply set React elements (a06f329)

BREAKING CHANGES

  • deep: functions are now stringified to function noRefCheck() {} instead of function () {code;}. For various reasons AND to be specific about the fact that we do not represent the function in a realistic way.

1.1.2 (2015-10-16)

Bug Fixes

  • handle null and undefined prop values (9a57a10), closes #1

1.1.1 (2015-10-15)

1.1.0 (2015-10-15)

Bug Fixes

  • whitespace: remove unwanted whitespace in output (3e2e7b8)

Features

  • sort object keys in a deterministic way (c1ce8a6)