Releases: tmcw/gedcom
Releases · tmcw/gedcom
Release list
v3.0.9
v3.0.8
Patch Changes
- 610deb4: Fix help for cli: it should be invoked as gedcom, not parse-gedcom
v3.0.7
Patch Changes
- 878018c: Actually include TypeScript types in package (fixes previous release)
v3.0.6
Patch Changes
-
cbc3965: Include TypeScript types, switch from tsup to tsdown
This project previously used tsup, which was deprecated in favor of tsdown. So it now uses tsdown.
In the process, I've also adopted changesets, so please use
npx @changesets/clito write a changeset for PRs. This'll help the project manage an orderly changelog and manage version updates automatically.This also updates the
package.jsonexports to be more accurate: there are TypeScript types for both the CJS and ESM exports. I expect that in the next major version we should drop the CJS version because almost all JavaScript runtimes support ESM now.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.