Skip to content

v4.1.0

Choose a tag to compare

@curtisdelicata curtisdelicata released this 21 Sep 14:31
· 27 commits to main since this release
98eaf2b

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

Full Changelog: v4.0.0...v4.1.0