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

Progress-tracking, jsdoc, require native Promise support, dependency updates #641

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Feb 18, 2023

  1. Make 'convert' its own thing not a Worker property

    I don't think (?) its necessary for it to be a property of the Worker
    and this just makes it a slightly simpler object
    zap-dev1 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    53f67c7 View commit details
    Browse the repository at this point in the history
  2. Remove setProgress function

    Instead of calling setProgress to initialize the progress, and then using updateProgress as a wrapper around it, initialize the values directly in the constructor, and then we only need one function - updateProgress.
    This helps the type checker know about the .progress property of the workers.
    zap-dev1 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    ac7e340 View commit details
    Browse the repository at this point in the history
  3. Addressing linter complaints

    zap-dev1 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    5a619b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55894d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. eslint settings for modules

    zap-dev1 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    132711c View commit details
    Browse the repository at this point in the history
  2. jsdoc utils functions

    zap-dev1 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    67e4cba View commit details
    Browse the repository at this point in the history
  3. Minor dependency version updates

    changed test port to 3001 (less common port number)
    zap-dev1 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e8d270e View commit details
    Browse the repository at this point in the history
  4. More dependency updates

    zap-dev1 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    08d4723 View commit details
    Browse the repository at this point in the history
  5. put template back as a property of Worker

    This is necessary so that plugins can extend the template.
    zap-dev1 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f2bdfe4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09c23a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d47868c View commit details
    Browse the repository at this point in the history
  8. Notes on what I'm doing here

    zap-dev1 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    3074739 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    00d7f1a View commit details
    Browse the repository at this point in the history
  2. installed jsdoc as dev dependency

    added npm script for docs generation
    generated docs
    zap-dev1 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a759afb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    b28c39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5877453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fff12f View commit details
    Browse the repository at this point in the history
  4. readme updates

    zap-dev1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    933b642 View commit details
    Browse the repository at this point in the history
  5. new package.json

    zap-dev1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    64fccb0 View commit details
    Browse the repository at this point in the history
  6. fix for package name

    zap-dev1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a4ce97d View commit details
    Browse the repository at this point in the history
  7. Fix for progress api

    zap-dev1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    693d532 View commit details
    Browse the repository at this point in the history
  8. 0.11.1

    zap-dev1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    87de576 View commit details
    Browse the repository at this point in the history