mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-26 04:39:49 +00:00
1.7 KiB
1.7 KiB
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)