Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@rgreinho rgreinho released this 12 Oct 15:07
· 17 commits to master since this release
a348a62

Added

  • Add CLI flag to dump reports with parsing errors on disk. This also adds helper functions and tests to simplify the
    debuging of the dumps. [#214]

Changed

  • The internal format was updated to allow automated data validation, prevent invalid values to injected in the data
    and handle multiple fatalities in one crash. New fields were added such as middle name or generation. [#199]

Fixed

  • Fixed parsing issues:
    • Fix parsing of Location field where its content ws merged with the next field.[#203]
    • Handle reports containing an Arrested field.[#204]
    • Handle born as a marker to extract the deceased date of birth. [#208]
    • Fix Date parsing regex. [#210]