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 into ES6 classes, add JSDoc comments and types #40

Merged
merged 19 commits into from
Sep 2, 2023

Commits on Aug 1, 2023

  1. Add prettier

    jcbrand committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c60ce4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04644fb View commit details
    Browse the repository at this point in the history
  3. Add TypeScript

    jcbrand committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    307e0cf View commit details
    Browse the repository at this point in the history
  4. Models are now ES6 classes

    jcbrand committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    14826dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5721eba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33e1a94 View commit details
    Browse the repository at this point in the history
  7. Turn Collection into a class

    jcbrand committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    811e13b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update model jsdoc

    jcbrand committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aeb2a4f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Use built-in splice method

    jcbrand committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    338a3ef View commit details
    Browse the repository at this point in the history
  2. Make .length a getter

    jcbrand committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3db2da0 View commit details
    Browse the repository at this point in the history
  3. Fix type error

    jcbrand committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b93429c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    dd9ebb6 View commit details
    Browse the repository at this point in the history
  2. Refactor out Listening class

    jcbrand committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ca26a6c View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    jcbrand committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    08f5a82 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Remove the View type

    jcbrand committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f2c1035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27a610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f0f4d View commit details
    Browse the repository at this point in the history
  4. fixup bugfix collection

    jcbrand committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    53687b8 View commit details
    Browse the repository at this point in the history
  5. Remove History and Router

    jcbrand committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1426278 View commit details
    Browse the repository at this point in the history