Skip to content

v1.1.0 API and Bugfix Update

Latest

Choose a tag to compare

@Jefferson49 Jefferson49 released this 04 Jun 10:25
· 3 commits to master since this release

New APIs:

  • DELETE/delete-record (fixes #17)

Enhanced APIs:

  • Allow to search all GEDCOM records types with GET/search-general; in v1.0.0, only INDI and FAM were searched (fixes #16)
  • Added specific parameters to select which kind of GEDCOM records shall be searched (in v1.0.0, alwaysINDI and FAM were searched)

Modified APIs:

  • Changed POST/modify-record to PUT/modify-record, since it is idempotent

Bugfixes:

  • The GEDCOM for NOTE records was not generated properly (fixes #18)