diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f559ded..3aff84e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.7 + +- Bug fix + ## 0.2.6 - Cleanup diff --git a/Documentation/Class/TypeDoc.TypeDoc.html b/Documentation/Class/TypeDoc.TypeDoc.html index da0bc2d3..9993435d 100644 --- a/Documentation/Class/TypeDoc.TypeDoc.html +++ b/Documentation/Class/TypeDoc.TypeDoc.html @@ -1,4 +1,4 @@ -TypeDoc | typescript-esbuild - v0.2.6
+TypeDoc | typescript-esbuild - v0.2.7
  • Preparing search index...
  • -
  • The search index is not available
typescript-esbuild - v0.2.6
+
  • The search index is not available
  • typescript-esbuild - v0.2.7
    @@ -728,7 +728,7 @@

    applyAnchorUrl
  • getUrl
  • @@ -1010,7 +1010,7 @@

    iconsCache
  • init
  • @@ -66,7 +66,7 @@

    Member Visibility

    Theme

    @@ -61,7 +61,7 @@

    Member Visibility

    Theme

    @@ -55,7 +55,7 @@

    Member Visibility

    Theme

    @@ -57,7 +57,7 @@

    Member Visibility

    Theme

    @@ -61,7 +61,7 @@

    Member Visibility

    Theme

    @@ -47,7 +47,7 @@

    Member Visibility

    Theme

    @@ -60,7 +60,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -70,7 +70,7 @@

    Member Visibility

    Theme

    @@ -65,7 +65,7 @@

    Member Visibility

    Theme

    @@ -51,7 +51,7 @@

    Member Visibility

    Theme

    @@ -64,7 +64,7 @@

    Member Visibility

    Theme

    @@ -945,7 +945,7 @@

    icons
  • iconsCache
  • @@ -72,7 +72,7 @@

    Directory
  • Kind
  • @@ -128,7 +128,7 @@

    buildUrls
  • getRenderContext
  • @@ -72,7 +72,7 @@

    load

    @@ -52,7 +52,7 @@

    Member Visibility

    Theme

    @@ -40,7 +40,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -44,7 +44,7 @@

    Member Visibility

    Theme

    @@ -61,7 +61,7 @@

    Member Visibility

    Theme

    @@ -40,7 +40,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    @@ -35,7 +35,7 @@

    Member Visibility

    Theme

    -

    typescript-esbuild - v0.2.6

    +

    typescript-esbuild - v0.2.7

    TypeScriptESBuild 🌀

    Builds all your TypeScript files into JavaScript and generates documentation for it using TypeDoc.

    Installation

    Add configuration and setup scripts:

    npm install -D -E typescript-esbuild
     

    Usage

    package.json

    -
    {
    "name": "package",
    "scripts": {
    "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
    },
    "devDependencies": {
    "typescript-esbuild": "0.2.6"
    }
    } +
    {
    "name": "package",
    "scripts": {
    "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
    },
    "devDependencies": {
    "typescript-esbuild": "0.2.7"
    }
    }

    ESBuild Configuration

    Or with a custom esbuild config file:

    {
    "scripts": {
    "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es ESBuild.ts"
    }
    } @@ -59,7 +59,7 @@

    ESBuild Configuration
  • TypeScript Configuration