gedcom 0.4.0
gedcom: ^0.4.0 copied to clipboard
Dart library to parse GEDCOM data from string input ported from popular Python library
0.4.0 #
- add mermaid rendering support
- add CLI executable to convert GEDCOM files to Mermaid diagrams
0.3.0 #
- add support for GEDCOM 7.0
- update dependencies
0.2.0 #
0.1.0 Migrate to nnbd #
- migrate to null safety and update dependencies
0.0.3 More features #
0.0.2 Updates #
- add getElementsList, getElementsMap, getFamilies
0.0.1 Initial release #
- Basic initial release with just a simple
parsemethod