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

v2.3 #155

Merged
merged 27 commits into from
Mar 4, 2024
Merged

v2.3 #155

merged 27 commits into from
Mar 4, 2024

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    3ecb968 View commit details
    Browse the repository at this point in the history
  2. revert: "refacto: folder structure with new core folder"

    This reverts commit 4f92837.
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c037e45 View commit details
    Browse the repository at this point in the history
  3. feat(#132): switching from swc to tsc

    `swc`, despite being a little faster, was involving way too much random issues and wasn't stable at all.
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a526e16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13d55f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    125e174 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b356ed View commit details
    Browse the repository at this point in the history
  7. fix: isJSONEncodable isn't a function at startup

    by bumping versions again
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b22f32b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3300407 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10c2bb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f935e5 View commit details
    Browse the repository at this point in the history
  11. refacto(#146): remove websocket client

    and convert the old WS event emitters to API endpoints for the dashboard
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    63fe729 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a34ff9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e82941 View commit details
    Browse the repository at this point in the history
  14. style(#128): apply style fix lint

    + change typescript aliases from `@<module>` to `@/<module>` (ex: `@services` -> `@/services` to distinguish them from external npm packages
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ba6efd6 View commit details
    Browse the repository at this point in the history
  15. refacto(#149): remove all eval from codebase

    for security concerns
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1bcfe12 View commit details
    Browse the repository at this point in the history
  16. feat(ci): lint

    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5580d83 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1382563 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d548158 View commit details
    Browse the repository at this point in the history
  19. feat(#130): env variables validation

    through `envalid`
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b07e62e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0770c1a View commit details
    Browse the repository at this point in the history
  21. revert: "feat(#131): hmr on commands and events files"

    This reverts commit 69f6887.
    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    235776b View commit details
    Browse the repository at this point in the history
  22. chore: final prep for 2.3

    barthofu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f7464eb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. revert: putting back HMR as we found a fix

    This reverts commit 235776b.
    barthofu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5305369 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix: hmr

    thanks to brilliant idea from @MrArtemus
    barthofu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bcd74ec View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 4, 2024

  1. update: readme

    barthofu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b8ec879 View commit details
    Browse the repository at this point in the history