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: esdoc/esdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: proddi/esdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 24, 2019

  1. Added support to override DocClassParser by plugins:

    ```javascript
    class Plugin {
      onHandleDocClass(ev) {
        if (ev.data.type === "Method") {
          ev.data.Clazz = class extends ev.data.Clazz {
            // overrides what you need
          }
        }
      }
    }
    ```
    Torsten Sachse committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e71f684 View commit details
    Browse the repository at this point in the history
  2. Fixed packaging.

    Torsten Sachse committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    8402844 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Fixed lint errors.

    Torsten Sachse committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    026a1bf View commit details
    Browse the repository at this point in the history
  2. Changed travis build-badge.

    Torsten Sachse committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    6df6441 View commit details
    Browse the repository at this point in the history
  3. Added fork information to Readme.

    Torsten Sachse committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    5063785 View commit details
    Browse the repository at this point in the history
Loading