Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TypeStrong/typedoc
base: v0.11.1
Choose a base ref
...
head repository: TypeStrong/typedoc
compare: 45b0267b78d0529bf42b9aa239ce44c41c6eb168
Choose a head ref
  • 15 commits
  • 46 files changed
  • 13 contributors

Commits on Mar 29, 2018

  1. Copy the full SHA
    1d9e8f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Support for scoped npm plugins (#736)

    The plugin discovery function needs to check directories in
    `node_modules`, and also any directorys in `node_modules/@scope`.
    mrkurt authored and aciccarello committed Apr 11, 2018
    Copy the full SHA
    83e64aa View commit details
    Browse the repository at this point in the history
  2. Mock the plugins. (#726)

    Doing this prevents the plugin-host tests from dumping a stack trace
    to the console and looking like a serious failure occurred.
    lddubeau authored and aciccarello committed Apr 11, 2018
    Copy the full SHA
    c473eee View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Add @ignore as an alias for @hidden (#750)

    closes #198
    ice1080 authored and aciccarello committed Apr 12, 2018
    Copy the full SHA
    4353bc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Copy the full SHA
    b91b390 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Copy the full SHA
    1bf3f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Copy the full SHA
    0014556 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Copy the full SHA
    d0b65a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. rebuild specs

    This resets the specs so tests pass. See #828 for related issue
    aciccarello committed Aug 9, 2018
    Copy the full SHA
    3716ba7 View commit details
    Browse the repository at this point in the history
  2. update base node version to 6

    also adds 10 as a test version
    aciccarello committed Aug 9, 2018
    Copy the full SHA
    f75f378 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Update dependencies - typescript to 3.0 (#832)

    * Update for typescript v3.1.x
    
    * Fix isExported flag
    
    * update dependencies - typescript to 2.9
    aciccarello committed Aug 11, 2018
    Copy the full SHA
    d4b2f56 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Fix link to markedjs repo (#767)

    styfle authored and aciccarello committed Aug 12, 2018
    Copy the full SHA
    eace04a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Fix interface merging flagged as static (#807)

    * Fix interface merging flagged as static
    * update static interface merging spec
    sebavan authored and aciccarello committed Aug 13, 2018
    Copy the full SHA
    c392b1a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Allow installing typedoc from git repo (#834)

    The `prepare` script was introduced in npm 5 to distinguish between build steps and other prepublish tasks (which should be run from the `prepublishOnly` script.
    
    npm no longer runs the `prepublish` script when installing from git repositories, but it will install dev deps and run `prepare` if it's present. Both are run before publishing.
    
    This change simplifies the grunt config into a build (default) and test task.
    
    BREAKING CHANGE: This will require npm 4+ when trying to install typedoc from a git url
    grncdr authored and aciccarello committed Aug 14, 2018
    Copy the full SHA
    1780beb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. 0.12.0

    Pamela Ciccarello authored and Pamela Ciccarello committed Aug 17, 2018
    Copy the full SHA
    45b0267 View commit details
    Browse the repository at this point in the history