diff --git a/docs/classes/adif_formatter.AdifFormatter.html b/docs/classes/adif_formatter.AdifFormatter.html index 6c97ee0..5c64007 100644 --- a/docs/classes/adif_formatter.AdifFormatter.html +++ b/docs/classes/adif_formatter.AdifFormatter.html @@ -1,4 +1,4 @@ AdifFormatter | adif-parser-ts

A class for formatting objects into ADIF.

-

Methods

Methods

Methods

+

Parameters

Returns string

diff --git a/docs/classes/adif_parser.AdifParser.html b/docs/classes/adif_parser.AdifParser.html index 872ea6a..0f65a75 100644 --- a/docs/classes/adif_parser.AdifParser.html +++ b/docs/classes/adif_parser.AdifParser.html @@ -1,4 +1,4 @@ AdifParser | adif-parser-ts

A class for parsing ADIF data into usable data structures.

-

Methods

Methods

Methods

+

Parameters

Returns SimpleAdif

diff --git a/docs/interfaces/simple_adif.SimpleAdif.html b/docs/interfaces/simple_adif.SimpleAdif.html index 8afdd12..e4697d3 100644 --- a/docs/interfaces/simple_adif.SimpleAdif.html +++ b/docs/interfaces/simple_adif.SimpleAdif.html @@ -1,4 +1,4 @@ SimpleAdif | adif-parser-ts

A minimal interface for describing ADIF data.

-
interface SimpleAdif {
    header?: {
        [field: string]: string;
    };
    records?: {
        [field: string]: string;
    }[];
}

Properties

interface SimpleAdif {
    header?: {
        [field: string]: string;
    };
    records?: {
        [field: string]: string;
    }[];
}

Properties

Properties

header?: {
    [field: string]: string;
}
records?: {
    [field: string]: string;
}[]
+

Properties

header?: {
    [field: string]: string;
}
records?: {
    [field: string]: string;
}[]
diff --git a/docs/modules/adif_formatter.html b/docs/modules/adif_formatter.html index 80f0887..495e6e7 100644 --- a/docs/modules/adif_formatter.html +++ b/docs/modules/adif_formatter.html @@ -1,2 +1,2 @@ -adif-formatter | adif-parser-ts

Module adif-formatter

Index

Classes

AdifFormatter +adif-formatter | adif-parser-ts

Module adif-formatter

Index

Classes

diff --git a/docs/modules/adif_parser.html b/docs/modules/adif_parser.html index 6af361c..1685f8a 100644 --- a/docs/modules/adif_parser.html +++ b/docs/modules/adif_parser.html @@ -1,4 +1,4 @@ -adif-parser | adif-parser-ts

Module adif-parser

References

AdifFormatter +adif-parser | adif-parser-ts

Module adif-parser

References

Re-exports AdifFormatter
Re-exports SimpleAdif
diff --git a/docs/modules/simple_adif.html b/docs/modules/simple_adif.html index be7067a..14a4f84 100644 --- a/docs/modules/simple_adif.html +++ b/docs/modules/simple_adif.html @@ -1,2 +1,2 @@ -simple-adif | adif-parser-ts

Module simple-adif

Index

Interfaces

SimpleAdif +simple-adif | adif-parser-ts

Module simple-adif

Index

Interfaces

diff --git a/package-lock.json b/package-lock.json index c6c59bb..f5e07d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adif-parser-ts", - "version": "0.6.8", + "version": "0.6.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "adif-parser-ts", - "version": "0.6.8", + "version": "0.6.9", "license": "Apache-2.0", "devDependencies": { "@types/jest": "29.5.13", diff --git a/package.json b/package.json index d3f5e94..92cf0de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adif-parser-ts", - "version": "0.6.8", + "version": "0.6.9", "description": "An amateur radio log data ADIF parser in Typescript and Javascript", "keywords": [ "amateur radio",