# 1.1.4 (2019-10-08)
* Fix parsing nested strings [pull request 5](https://github.com/ladariha/junitxml-to-javascript/pull/5) (thanks to @Azuka)

# 1.1.3 (2019-06-11)
* `trim() of undefined` [pull request 4](https://github.com/ladariha/junitxml-to-javascript/pull/4) (thanks to @finelord)


# 1.1.2 (2019-04-08)
* optional parameter to get suite duration from `testsuite.time` attribute instead of counting test cases' `time` attribute - issue [#3](https://github.com/ladariha/junitxml-to-javascript/issues/3)

# 1.1.1 (2019-04-08)
* increased total time precision - issue [#2](https://github.com/ladariha/junitxml-to-javascript/issues/2)

# 1.1.0 (2019-01-10)
* dependency `xml2json` replaced with `xml2js-parser` [#1](https://github.com/ladariha/junitxml-to-javascript/pull/1) (thanks to @grantila)

# 1.0.0 (2017-12-28)
* initial release with `xml2json` dependency
