Skip to content

Commit cf7db18

Browse files
Release 0.3.2
1 parent acab77b commit cf7db18

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "read-gedcom",
33
"description": "Gedcom file reader",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es6/index.js",
77
"types": "dist/cjs/index.d.ts",

pages/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## `0.3.2`
2+
3+
* Improved tests coverage
4+
* Unescaping of `@@` in values
5+
* Added a standalone build with reasonable compatibility and minified
6+
* Updated the Typedoc documentation, use a different plugin for pages
7+
* Fixed an incorrect return type on `getNote`
8+
* Made the self constructor truly private
9+
* Fixed the types of inherited mixin methods
10+
* Files are now allowed to end without a trailing newline
11+
* Compressed the decoding lookup tables
12+
* Replaced the parent date type by an alias to avoid confusion
13+
* Deprecation notice for `getRecord`
14+
115
## `0.3.1`
216

317
* Fixed broken installation due to tests patching

0 commit comments

Comments
 (0)