v4.1.0
What's Changed
- Removed forward statement at beginning of parsing, because it ommits reading the first line of the import, fixes #82 by @Jefferson49 in #84
- Changed getEven() to getAllEven() in foreach structures, which handle INDI and FAM events, fixes #81, fixes #83 by @Jefferson49 in #85
- Include place names in GEDCOM-X export by @Jefferson49 in #88
- Include given name and surname in GEDCOM-X export by @Jefferson49 in #89
- Bugfix80: Fix parsing 1 NOTE text by @Jefferson49 in #87
- convertEventToGedcomX method needs to handle INDI events and FAM events as well by @Jefferson49 in #90
- Robustness if person Id for husband or wife is missing in couple by @Jefferson49 in #91
- Bugfix79 remove mixed type from abstract class Component by @Jefferson49 in #86
New Contributors
- @Jefferson49 made their first contribution in #84
Full Changelog: v4.0.0...v4.1.0