mirror of https://github.com/renovatebot/renovate
6.1 KiB
6.1 KiB
2.1.5 (2016-01-05)
Bug Fixes
- stop breaking lines when interpolating {number}s (13b832c)
2.1.4 (2015-12-10)
Bug Fixes
- stateless comps: add No Display Name as default component name (89ea2f2)
- consider elements containing only {''} as empty (resulting DOM being empty) (d837683)
2.1.3 (2015-11-30)
Bug Fixes
- handle {123}(609ac78), closes #8
- lodash: just use plain lodash and import (062b3fe)
- whitespace: handle {true} {false} (eaca1a2), closes #6 #7
- whitespace: stop rendering it differently in SOME cases (128aa95)
2.1.2 (2015-11-08)
Bug Fixes
- whitespace: handle {true} {false} (eaca1a2), closes #6 #7
- handle {123}(609ac78), closes #8
- whitespace: stop rendering it differently in SOME cases (128aa95)
2.1.1 (2015-11-08)
Bug Fixes
2.1.0 (2015-10-25)
Features
2.0.5 (2015-10-21)
Bug Fixes
- merge plain strings props replacements (7c2bf27)
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)