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

load user supplied plugins #487

Merged
merged 21 commits into from
Aug 19, 2024
Merged

load user supplied plugins #487

merged 21 commits into from
Aug 19, 2024

Commits on Aug 19, 2024

  1. load user supplied plugins

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    be6dfd7 View commit details
    Browse the repository at this point in the history
  2. document plugins

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6b5bd63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a8951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bf119f View commit details
    Browse the repository at this point in the history
  5. link things up better

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8d96cf9 View commit details
    Browse the repository at this point in the history
  6. writing plugins tutorial

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    167ab15 View commit details
    Browse the repository at this point in the history
  7. more docs tweaks

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    58b494e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9500b83 View commit details
    Browse the repository at this point in the history
  9. audit fix

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    66a9aef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2baf85c View commit details
    Browse the repository at this point in the history
  11. silence warnings

    - make all docs packages devDependencies
    - only dependency review runtime packages
    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6139e7e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68cdc78 View commit details
    Browse the repository at this point in the history
  13. explain filename better

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    03106cf View commit details
    Browse the repository at this point in the history
  14. filename --> fileLocation

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ef663d9 View commit details
    Browse the repository at this point in the history
  15. rename more hooks

    - registerDocumentParsers --> registerFileParsers
    - parseDocument --> parseFile
    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    dba9457 View commit details
    Browse the repository at this point in the history
  16. BREAKING: switch json output from object to array

    Object<string, ValidationResult> --> Array<ValidationResult>
    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fc00ead View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    078414a View commit details
    Browse the repository at this point in the history
  18. local: --> file:

    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4316ded View commit details
    Browse the repository at this point in the history
  19. various docs improvements

    - improve description for parser param
    - fix typos
    - improveme fileLocation description
    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    071255b View commit details
    Browse the repository at this point in the history
  20. more renames

    File --> InputFile
    chris48s committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    deb6622 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    df8f9a3 View commit details
    Browse the repository at this point in the history