Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configs to be functions #1189

Merged
merged 21 commits into from Jun 13, 2020
Merged

Allow configs to be functions #1189

merged 21 commits into from Jun 13, 2020

Commits on May 22, 2020

  1. allow the user's $docsify config to be a function that receives as in…

    …put the Docsify instance
    trusktr committed May 22, 2020
    Configuration menu
    Copy the full SHA
    f72bf4c View commit details
    Browse the repository at this point in the history
  2. add tests to make sure the global and plugin APIs are available and t…

    …hat configs can be functions
    trusktr committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b4b8bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    732c34d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a5b5aa View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    b72cb3d View commit details
    Browse the repository at this point in the history
  2. feat: update src/core/index.js to export all global APIs, deprecate o…

    …ld globals in favor of a single global DOCSIFY, and add tests for this
    trusktr committed May 23, 2020
    Configuration menu
    Copy the full SHA
    7e002bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1195 from docsifyjs/deprecate-old-globals-and-mak…

    …e-new-single-global
    
    update src/core/index.js to export all global APIs, deprecate old globals…
    trusktr committed May 23, 2020
    Configuration menu
    Copy the full SHA
    b40baae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1192 from docsifyjs/add-build-error-handling

    Add build error handling
    trusktr committed May 23, 2020
    Configuration menu
    Copy the full SHA
    1b8a81a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. remove the DOCSIFY global made by Rollup, and move Docsify into a sep…

    …arate file where we can import it from tests while leaving the entry point for the bundle without any exports so that Rollup will not create a global variable from it
    trusktr committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    88033b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79fe3d5 View commit details
    Browse the repository at this point in the history
  3. simplify import

    trusktr committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    dca22f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41dc2c7 View commit details
    Browse the repository at this point in the history
  5. update outdated comment

    trusktr committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    31f1a64 View commit details
    Browse the repository at this point in the history
  6. Revert "ensure that the test script runs a prod build"

    This reverts commit 41dc2c7 because the
    GitHub Action (unit.yml) already run `npm run build`.
    trusktr committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    63f1b88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    809fda9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    72ec71f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    0438dd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    64a231d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abaf6f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Merge branch 'develop' into allow-config-function

    * develop:
      chore: update auto format config
    trusktr committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8f3f263 View commit details
    Browse the repository at this point in the history
  2. Update build/css.js

    Co-authored-by: James George <jamesgeorge998001@gmail.com>
    trusktr and jamesgeorge007 committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    146e4c4 View commit details
    Browse the repository at this point in the history