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

BREAKING CHANGE: Support MSW 2.0 #122

Merged
merged 37 commits into from
Apr 17, 2024
Merged

BREAKING CHANGE: Support MSW 2.0 #122

merged 37 commits into from
Apr 17, 2024

Commits on Oct 23, 2023

  1. Breaking change: Support MSW 2.0

    Co-authored-by: Gert Hengeveld <info@ghengeveld.nl>
    yannbf and ghengeveld committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b106c13 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    19a6e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ed3b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    06f0c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e28f7b7 View commit details
    Browse the repository at this point in the history
  3. fix path

    mattcosta7 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7ea6645 View commit details
    Browse the repository at this point in the history
  4. worker

    mattcosta7 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f80e255 View commit details
    Browse the repository at this point in the history
  5. alias msw/native

    mattcosta7 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    15257ac View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. update peer dependency range

    yannbf committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c7c8a80 View commit details
    Browse the repository at this point in the history
  2. upgrade example storybook

    yannbf committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    bf62ea8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix: use conditional exports (#134)

    * fix: use conditional exports
    
    * chore: keep "dist" as build directory
    
    * chore: remove custom webpackFinal config
    
    * chore: prevent browser-style resolution in jsdom tests
    
    * chore: remove old code
    
    * chore: use "index.ts"
    
    * fix: use environment-based tsconfig.json
    
    * chore: remove unused imports
    
    * fix: abstract "api.use()" to "applyRequestHandlers"
    
    * read getWorker export
    
    * add types for getWorker
    
    ---------
    
    Co-authored-by: Yann Braga <yannbf@gmail.com>
    kettanaito and yannbf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    37dfc82 View commit details
    Browse the repository at this point in the history
  2. bring back tests

    yannbf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3cfb456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cedceb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f49e5c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. feat!(msw-addon): fix package exports and generate esm build (#138)

    this updates conditional exports so that both types and dependencies can
    be resolved.
    this also migrates build to generating esm by default for a more
    standards based packaging approach with strong support in modern tooling
    like webpack and vite.
    
    resolves #137
    ChristianMurphy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7ca8425 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix(loader.ts): fix possible undefined (#141)

    If msw is running in fallback mode, navigator.serviceWorker may not be defined.
    AlexMunoz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7f91bea View commit details
    Browse the repository at this point in the history
  2. update auto

    yannbf committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    49f8028 View commit details
    Browse the repository at this point in the history
  3. update to yarn 4

    yannbf committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dd2c917 View commit details
    Browse the repository at this point in the history
  4. upgrade chromatic

    yannbf committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c14e003 View commit details
    Browse the repository at this point in the history
  5. upgrade CI actions

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

Commits on Mar 27, 2024

  1. fix return types

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7a608cc View commit details
    Browse the repository at this point in the history
  2. add yarn binary

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    cad5197 View commit details
    Browse the repository at this point in the history
  3. fix jest script

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    68fe0ce View commit details
    Browse the repository at this point in the history
  4. fix chromatic script

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a97567c View commit details
    Browse the repository at this point in the history
  5. fix chromatic script

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9f4c631 View commit details
    Browse the repository at this point in the history
  6. update package.json files

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a5256b9 View commit details
    Browse the repository at this point in the history
  7. refactor tsup config

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dc531d0 View commit details
    Browse the repository at this point in the history
  8. remove unnecessary dependency

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fd4358f View commit details
    Browse the repository at this point in the history
  9. temp: downgrade to yarn1

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dfa57d7 View commit details
    Browse the repository at this point in the history
  10. export applyRequestHandlers

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dcca74c View commit details
    Browse the repository at this point in the history
  11. update docs [skip ci]

    yannbf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    513090e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. update tests

    yannbf committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    60b211e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. upgrade to Storybook 8

    yannbf committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    61d20b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    691d424 View commit details
    Browse the repository at this point in the history
  3. deprecate mswDecorator

    yannbf committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c4f877b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    133be34 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. migrate docs example to vite (#128)

    * migrate docs example to vite
    
    * migrate from jest to vitest
    
    * add rollup workaround
    
    * migrate example to Typescript
    yannbf committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    42db187 View commit details
    Browse the repository at this point in the history