- update dependencies, min Dart SDK is now 3.2.6
- fix handling of the DATE attribute via #6 by @romanbsd
- migrate to null safety and update dependencies
- add convenience methods to individual (dcd7651)
- add date, birth and death elements (3f4e2fa)
- add getAllFamilies (4874dbe)
- add helper methods to family element (cfaa678)
- add getElementsList, getElementsMap, getFamilies
- Basic initial release with just a simple
parse
method