diff --git a/docs/classes/adif_formatter.AdifFormatter.html b/docs/classes/adif_formatter.AdifFormatter.html index 8491e19..95ad536 100644 --- a/docs/classes/adif_formatter.AdifFormatter.html +++ b/docs/classes/adif_formatter.AdifFormatter.html @@ -1,9 +1,9 @@ AdifFormatter | adif-parser-ts

A class for formatting objects into ADIF.

-

Hierarchy

  • AdifFormatter

Constructors

Hierarchy

  • AdifFormatter

Constructors

Properties

Methods

Constructors

Properties

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/adif_parser.AdifParser.html b/docs/classes/adif_parser.AdifParser.html index 9dc3a84..4fb8f98 100644 --- a/docs/classes/adif_parser.AdifParser.html +++ b/docs/classes/adif_parser.AdifParser.html @@ -1,5 +1,5 @@ AdifParser | adif-parser-ts

A class for parsing ADIF data into usable data structures.

-

Hierarchy

  • AdifParser

Constructors

Hierarchy

  • AdifParser

Constructors

Properties

Methods

Constructors

Properties

adi: string
cursor: number = 0

Methods

  • Returns {
        [field: string]: string;
    }

    • [field: string]: string
  • Parameters

    • record: {
          [p: string]: string;
      }
      • [p: string]: string

    Returns boolean

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

adi: string
cursor: number = 0

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/simple_adif.SimpleAdif.html b/docs/interfaces/simple_adif.SimpleAdif.html index 548622e..d306020 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.

-

Hierarchy

  • SimpleAdif

Properties

Hierarchy

  • SimpleAdif

Properties

Properties

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

Type declaration

  • [field: string]: string
records?: {
    [field: string]: string;
}[]

Type declaration

  • [field: string]: string

Generated using TypeDoc

\ No newline at end of file +

Properties

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

Type declaration

  • [field: string]: string
records?: {
    [field: string]: string;
}[]

Type declaration

  • [field: string]: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/adif_formatter.html b/docs/modules/adif_formatter.html index 7680fb6..481e79c 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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/adif_parser.html b/docs/modules/adif_parser.html index fddccdc..9cce31b 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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/simple_adif.html b/docs/modules/simple_adif.html index fabc9f2..4af8b97 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

Generated using TypeDoc

\ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c7c451e..41b2a84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adif-parser-ts", - "version": "0.4.90", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "adif-parser-ts", - "version": "0.4.90", + "version": "0.5.0", "license": "Apache-2.0", "devDependencies": { "@types/jest": "29.5.8", diff --git a/package.json b/package.json index 754aeaf..0547a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adif-parser-ts", - "version": "0.4.90", + "version": "0.5.0", "description": "An amateur radio log data ADIF parser in Typescript and Javascript", "keywords": [ "amateur radio",