Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 1.03 KB

[0.2.0]

  • update dependencies, min Dart SDK is now 3.2.6
  • fix handling of the DATE attribute via #6 by @romanbsd

[0.1.0] - Migrate to nnbd

  • migrate to null safety and update dependencies

[0.0.3] - More features

Features

  • add convenience methods to individual (dcd7651)
  • add date, birth and death elements (3f4e2fa)
  • add getAllFamilies (4874dbe)
  • add helper methods to family element (cfaa678)

[0.0.2] - Updates

  • add getElementsList, getElementsMap, getFamilies

[0.0.1] - Initial release

  • Basic initial release with just a simple parse method