Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support divorces, add marriage information #15

Merged
merged 4 commits into from
Nov 21, 2024
Merged

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    51fe1bb View commit details
    Browse the repository at this point in the history
  2. feat: support divorces, add marriage information

    The existing `IS_MARRIED_TO` has been changed to `IS_SPOUSE_OF`.
    
    `IS_SPOUSE_OF` is inferred from family's `HUSB` / `WIFE` tags.
    
    `IS_MARRIED_TO` relationships are now only created if there are
    marriage family event information (`MARR` Gedcom tag).
    
    `DIVORCED` relationships are created from family divorce event
    information (`DIV` Gedcom tag).
    fbiville committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9a4c911 View commit details
    Browse the repository at this point in the history
  3. feat: make relationship names time-neutral

    Signed-off-by: Florent Biville <[email protected]>
    dhrudevalia authored and fbiville committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    eb8f7b8 View commit details
    Browse the repository at this point in the history
  4. ci: add new Neo4j releases

    Signed-off-by: Florent Biville <[email protected]>
    dhrudevalia authored and fbiville committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    147ff2a View commit details
    Browse the repository at this point in the history