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

refactor: move some functions and module-level state into classes as private methods and properties to start to encapsulate Docsify #2136

Closed

Commits on Jul 16, 2023

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

Commits on Jul 17, 2023

  1. refactor: move some functions and module-level state into classes as …

    …private methods and properties to start to encapsulate Docsify
    
    Also some small tweaks:
    
    - move initGlobalAPI out of Docsify.js to start to encapsulate Docsify
    - move ajax to utils folder
    - fix some type definitions and improve content in some JSDoc comments
    - use concise class field syntax
    - consolidate duplicate docsify-ignore comment removal code
    
    This handles a task in [Simplify and modernize Docsify](#2104), as well as works towards [Encapsulating Docsify](#2135).
    trusktr committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9f8c3c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    80b2a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4511545 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 31, 2023

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