diff --git a/CHANGELOG.md b/CHANGELOG.md index 813b4b9..cd5ef3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodecfdi/xml-resource-retriever ChangeLog +## 1.0.2 +- Resolve bad encoded for files xml (need utf-8) +- Updated sat-urls.txt and fixes xsl-retriever test (works :3) +- Update GitHub workflow only one worker for jest test (no access to same time to same files) +- Fixed tsconfig.json not any and strict mode on tests files + ## 1.0.1 - Update dependencies - Small fixes on async functions diff --git a/docs/classes/AbstractBaseRetriever.html b/docs/classes/AbstractBaseRetriever.html index 504aa7e..69370ed 100644 --- a/docs/classes/AbstractBaseRetriever.html +++ b/docs/classes/AbstractBaseRetriever.html @@ -1,21 +1,21 @@ -AbstractBaseRetriever | @nodecfdi/xml-resource-retriever
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

_basePath: string
_downloader: DownloaderInterface
_history: Record<string, string> = {}

This variable stores the list of retrieved resources to avoid infinite recursion

-

Methods

  • addToHistory(source: string, localPath: string): void
  • buildPath(url: string): string

Methods

  • addToHistory(source: string, localPath: string): void
  • buildPath(url: string): string
  • checkIsValidDownloadedFile(source: string, localPath: string): Promise<void>
  • clearHistory(): void
  • download(url: string): Promise<string>
  • checkIsValidDownloadedFile(source: string, localPath: string): Promise<void>
  • clearHistory(): void
  • download(url: string): Promise<string>
  • getBasePath(): string
  • getBasePath(): string
  • retrieve(url: string): Promise<string>
  • retrieve(url: string): Promise<string>
  • retrieveHistory(): Record<string, string>
  • retrieveHistory(): Record<string, string>
  • urlParts(url: string): undefined | Record<string, string>
  • urlParts(url: string): undefined | Record<string, string>
  • Retrieve url parts If url is malformed return false

    Parameters

    • url: string

    Returns undefined | Record<string, string>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/AbstractXmlRetriever.html b/docs/classes/AbstractXmlRetriever.html index aa95002..801fa86 100644 --- a/docs/classes/AbstractXmlRetriever.html +++ b/docs/classes/AbstractXmlRetriever.html @@ -1,29 +1,29 @@ -AbstractXmlRetriever | @nodecfdi/xml-resource-retriever
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors