Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianCassayre committed Jun 26, 2022
1 parent acab77b commit cf7db18
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "read-gedcom",
"description": "Gedcom file reader",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/cjs/index.js",
"module": "dist/es6/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions pages/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## `0.3.2`

* Improved tests coverage
* Unescaping of `@@` in values
* Added a standalone build with reasonable compatibility and minified
* Updated the Typedoc documentation, use a different plugin for pages
* Fixed an incorrect return type on `getNote`
* Made the self constructor truly private
* Fixed the types of inherited mixin methods
* Files are now allowed to end without a trailing newline
* Compressed the decoding lookup tables
* Replaced the parent date type by an alias to avoid confusion
* Deprecation notice for `getRecord`

## `0.3.1`

* Fixed broken installation due to tests patching
Expand Down

0 comments on commit cf7db18

Please sign in to comment.