UNPKG

gedcom-ts

Version:

A TypeScript library to create genealogy tree data model and to import/export data in a GEDCOM file (.ged).

59 lines (32 loc) 1.09 kB
# Changelog All notable changes of gedcom-ts ## [1.0.9] - 2023-06-16 ### Added - support multiple FAMS ## [1.0.8] - 2023-06-15 ### Added - all right reserved - proprietary code explicit in licence package ## [1.0.7] - 2023-06-15 ### Added - FAMS and FAMC are exported ## [1.0.6] - 2023-06-15 ### Added - export birth and death date and place ## [1.0.5] - 2023-06-10 ### Added - act birth and death ## [1.0.4] - 2020-03-10 ### Added - read FAMS (code for two parents) and FAMC (code for childs). It's same code between them. - read Sex with two possibilities: M or F - group partnersMap, it's a map for all parents - jest / test in People / runner - createDirectAncestries ## 1.0.3 - 2019-10-01 ### Added - add import gedcom file and return a JSON data model of an array of People. It just extract names and firstnames ## 1.0.2-alpha - 2019-09-01 ### Added - export for birth and death in gedcom - All identificators can be used for a developper. It's an enum of properties used for all gedcom - City is removed and replaced by Place. Place gets more informations