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: feat(edge): split NextCookies to RequestCookies and ResponseCookies #41526

Merged
merged 74 commits into from Oct 27, 2022

Commits on Oct 18, 2022

  1. Copy the full SHA
    918a55a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d638c7a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Copy the full SHA
    1d27f0c View commit details
    Browse the repository at this point in the history
  2. feat(edge): flatten getWithOptions

    BREAKING CHANGE:
    
    This changes the return shape of `getWithOptions`.
    There is no `options` property anymore, all properties
    that were previously under `options` can be directly accessed now.
    balazsorban44 committed Oct 19, 2022
    Copy the full SHA
    e965fc0 View commit details
    Browse the repository at this point in the history
  3. add name

    balazsorban44 committed Oct 19, 2022
    Copy the full SHA
    990b514 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6f127fa View commit details
    Browse the repository at this point in the history
  5. update tests/docs

    balazsorban44 committed Oct 19, 2022
    Copy the full SHA
    52e76cd View commit details
    Browse the repository at this point in the history
  6. do not destructure

    balazsorban44 committed Oct 19, 2022
    Copy the full SHA
    acc8fa8 View commit details
    Browse the repository at this point in the history
  7. revert

    balazsorban44 committed Oct 19, 2022
    Copy the full SHA
    3f6c20d View commit details
    Browse the repository at this point in the history
  8. fix tests

    balazsorban44 committed Oct 19, 2022
    Copy the full SHA
    03b31b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Copy the full SHA
    a82325c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    72edcfa View commit details
    Browse the repository at this point in the history
  3. simplify test running

    balazsorban44 committed Oct 21, 2022
    Copy the full SHA
    c928ef2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    08e1c47 View commit details
    Browse the repository at this point in the history
  5. revert textfitures

    balazsorban44 committed Oct 21, 2022
    Copy the full SHA
    d7e9805 View commit details
    Browse the repository at this point in the history
  6. prettierignore

    balazsorban44 committed Oct 21, 2022
    Copy the full SHA
    33948f6 View commit details
    Browse the repository at this point in the history
  7. fix failing tests

    balazsorban44 committed Oct 21, 2022
    Copy the full SHA
    f905ca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. wip

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    d42c01e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98187ac View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6a9202f View commit details
    Browse the repository at this point in the history
  4. fix merge

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    c9835d4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    697cb9b View commit details
    Browse the repository at this point in the history
  6. fix build

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    608b960 View commit details
    Browse the repository at this point in the history
  7. revert

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    a1f740a View commit details
    Browse the repository at this point in the history
  8. revert

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    46f24f5 View commit details
    Browse the repository at this point in the history
  9. fix formatting

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    6d3d1e3 View commit details
    Browse the repository at this point in the history
  10. rename

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    d2d6617 View commit details
    Browse the repository at this point in the history
  11. fix tests

    balazsorban44 committed Oct 22, 2022
    Copy the full SHA
    21681f9 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    5a0195f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. revert refactor

    balazsorban44 committed Oct 23, 2022
    Copy the full SHA
    3db6664 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c02ab3 View commit details
    Browse the repository at this point in the history
  3. rename test file

    balazsorban44 committed Oct 23, 2022
    Copy the full SHA
    232c32c View commit details
    Browse the repository at this point in the history
  4. revert jest

    balazsorban44 committed Oct 23, 2022
    Copy the full SHA
    f6b8449 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b3a1c27 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. preocmpile cookies

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    3deeca2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c9ada6 View commit details
    Browse the repository at this point in the history
  3. lock file

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    32b2dff View commit details
    Browse the repository at this point in the history
  4. fix typos

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    bda1b39 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d0e3d98 View commit details
    Browse the repository at this point in the history
  6. revert codemod

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    5a4a18d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f905f9c View commit details
    Browse the repository at this point in the history
  8. fix tests

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    0f9fc7e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/extend-nextcookies' of github.com:vercel/next.js i…

    …nto feat/extend-nextcookies
    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    e23bdff View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a38627d View commit details
    Browse the repository at this point in the history
  11. fix test

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    5492eec View commit details
    Browse the repository at this point in the history
  12. fix test

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    c390ef5 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    625df69 View commit details
    Browse the repository at this point in the history
  14. fix remaining tests

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    c96fc9a View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    f19595c View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    907917e View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    4010ddd View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    ab15dbc View commit details
    Browse the repository at this point in the history
  19. Merge branch 'feat/extend-nextcookies' of github.com:vercel/next.js i…

    …nto feat/extend-nextcookies
    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    722f77c View commit details
    Browse the repository at this point in the history
  20. add link to spec

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    0437582 View commit details
    Browse the repository at this point in the history
  21. fix test and types

    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    075afd5 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    e857d8d View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    72b8ec7 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'feat/extend-nextcookies' of github.com:vercel/next.js i…

    …nto feat/extend-nextcookies
    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    267774a View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    a96d299 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    e62cf63 View commit details
    Browse the repository at this point in the history
  27. Merge branch 'feat/extend-nextcookies' of github.com:vercel/next.js i…

    …nto feat/extend-nextcookies
    balazsorban44 committed Oct 24, 2022
    Copy the full SHA
    9bcf858 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. support .has

    balazsorban44 committed Oct 25, 2022
    Copy the full SHA
    f2ba008 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6fd2bfe View commit details
    Browse the repository at this point in the history
  3. remove .only

    balazsorban44 committed Oct 25, 2022
    Copy the full SHA
    c8c64e9 View commit details
    Browse the repository at this point in the history
  4. fix test

    balazsorban44 committed Oct 25, 2022
    Copy the full SHA
    711b89f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2eede08 View commit details
    Browse the repository at this point in the history
  6. fix lock file

    balazsorban44 committed Oct 25, 2022
    Copy the full SHA
    eaa1b22 View commit details
    Browse the repository at this point in the history
  7. fix ts

    balazsorban44 committed Oct 25, 2022
    Copy the full SHA
    54be68a View commit details
    Browse the repository at this point in the history
  8. fix type

    balazsorban44 committed Oct 25, 2022
    Copy the full SHA
    95a4ec5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f7cc401 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Copy the full SHA
    199f28f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7d7fdc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Copy the full SHA
    afc4dd5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1104720 View commit details
    Browse the repository at this point in the history