Skip to content

Releases: jcurl/EAExport

EAExport v1.5.2.0

14 May 19:30
Compare
Choose a tag to compare
CsvPlainText: Export now strips spaces at the end of the line

When exporting, often there may be strings of long spaces, which makes for spurious diffs. Now all lines are trimmed before exporting and appended with a new line.

Issue: DOTNET-167

EAExport v1.5.1.0

14 May 19:26
Compare
Choose a tag to compare
Don't crash when importing XMI 1.1 with no Status field

The GUI would report problems when opening a XMI file that has an element with no 'status' attribute. Now a check is made to ensure that the status field is present or not, and is ignored if not present.

Export of data was checked and works as expected. DocBook will not provide status information if it wasn't in the original requirement.

Issue: DOTNET-153