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

[2.1.0] - 2019-07-17

Compare
Choose a tag to compare
@rgreinho rgreinho released this 18 Jul 00:25
· 36 commits to master since this release
4dd824e

Added

  • Add CLI flags to parametrize retries at runtime. [#159]
  • Add tasks to do some profiling of the application. [#163]
  • Improve logging ability by adding more details about a parsing failure. [#167]

Changed

  • Use nox and invoke for task management execution instead of make.

Fixed

  • Fix Deceased field parsing:
    • to support date of birth with the following format August 30, 1966. [#155]
    • to support describing the age instead of the date of birth (i.e. 19 years of age).[#172]
  • Fix Location field parsing to support additional internal formats. [#169]
  • Fix Date field parsing to support single digit 12 hour format like 8 p.m.. [#171]
  • Fix issues where the notes where either not parsed, or incorrectly parsed. [#166]