mirror of https://github.com/renovatebot/renovate
2.6 KiB
2.6 KiB
2.0.4 (2015-10-16)
Bug Fixes
- tagName: fixed an edge-case with decorated component name (9169ac7)
2.0.3 (2015-10-16)
Bug Fixes
- handle arrays the right way (597a910)
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
- handle empty objects (fe052bd)
2.0.0 (2015-10-16)
Features
BREAKING CHANGES
- deep: functions are now stringified to
function noRefCheck() {}
instead offunction () {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
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)