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

feat!: new ReaderWatch class for handling deleted or replaced files #27

Merged
merged 26 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. chore: add failing tests

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    681b07c View commit details
    Browse the repository at this point in the history
  2. feat!: handle file deletions and replacements in server.js

    BREAKING: this removes the `lazy = true` option which was adding complexity / overhead and is not useful / called for at this time.
    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2220448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    704523c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09e3963 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9575d1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7420971 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    830c710 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8329b6 View commit details
    Browse the repository at this point in the history
  9. more CI debugging

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bd41a90 View commit details
    Browse the repository at this point in the history
  10. some fixes

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    817e052 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d5b419 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a2c56f View commit details
    Browse the repository at this point in the history
  13. more fixes

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9707a42 View commit details
    Browse the repository at this point in the history
  14. fixes

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d6462b9 View commit details
    Browse the repository at this point in the history
  15. fix for win

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6b4ee5b View commit details
    Browse the repository at this point in the history
  16. run all tests again

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    753a3aa View commit details
    Browse the repository at this point in the history
  17. Fix error handling for win

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ba3e2d7 View commit details
    Browse the repository at this point in the history
  18. cleanup

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    99c9eee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    081774f View commit details
    Browse the repository at this point in the history
  20. Merge branch 'main' into feat/watch-file-changes

    * main:
      feat!: Remove lazy option for server (#30)
    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    05888ff View commit details
    Browse the repository at this point in the history
  21. run all tests again

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    388ac87 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4c1ccc5 View commit details
    Browse the repository at this point in the history
  23. fix breaking test

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ffb3438 View commit details
    Browse the repository at this point in the history
  24. add ReaderWatch export

    gmaclennan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ea4cdeb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bdf91b1 View commit details
    Browse the repository at this point in the history
  26. simplify PluginOptions type

    achou11 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4022ec2 View commit details
    Browse the repository at this point in the history