- New `--truncate` option, which returns the input XML but with any repeated child elements truncated to just the first two examples. [7](https://github.com/simonw/xml-analyser/issues/7)
1.2
- When sorting elements by element count use sum of parent counts as a tie-breaker. 6
1.1
- Allow filename to be specified as a `-` to mean standard input, for example `cat x.xml | xml-analyzer -`. [5](https://github.com/simonw/xml-analyser/issues/5) - Sort the output by element count, lowest first. [4](https://github.com/simonw/xml-analyser/issues/4)