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: Type-safe global formats #1346

Merged
merged 25 commits into from
Sep 24, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    7ab9a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c12355 View commit details
    Browse the repository at this point in the history
  3. fix: forgot keyof

    dBianchii committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    090294d View commit details
    Browse the repository at this point in the history
  4. move to playground

    dBianchii committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    77e8de1 View commit details
    Browse the repository at this point in the history
  5. place that space back

    dBianchii committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c56ee2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d995336 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    a67f7ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f3fd08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ea538 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    14fd584 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup:

    1. Add comment for type safe formats in `example-app-router-playground`
    2. No need to execute type tests in `ClientContent`
    3. A few more tests for `useFormatter` when no strict types are supplied
    amannn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3fa91e8 View commit details
    Browse the repository at this point in the history
  3. Revert changes to lockfile

    amannn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d38a229 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Add docs

    dBianchii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1c7ef5f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Update docs/pages/docs/workflows/typescript.mdx

    Co-authored-by: Jan Amann <jan@amann.work>
    dBianchii and amannn authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f728ef0 View commit details
    Browse the repository at this point in the history
  2. Update docs/pages/docs/workflows/typescript.mdx

    Co-authored-by: Jan Amann <jan@amann.work>
    dBianchii and amannn authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e1ce5aa View commit details
    Browse the repository at this point in the history
  3. rm type import

    dBianchii committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    88718fa View commit details
    Browse the repository at this point in the history
  4. A few doc changes

    dBianchii committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    95a2f40 View commit details
    Browse the repository at this point in the history
  5. Add text to ## messages

    dBianchii committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0b014b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d43d1a6 View commit details
    Browse the repository at this point in the history
  7. better highlight

    dBianchii committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    506e7ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c747f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Revert change to lockfile

    amannn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9b3567b View commit details
    Browse the repository at this point in the history
  2. Minor docs adjustments:

    - Configuration page: Smaller callout
    - TypeScript page: Less redundancy, shorter text, shared troubleshooting section, consistent ordering of sample/instructions in sections
    - Avoid `Partial<Format>`
    amannn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3789e76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8388ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cca5134 View commit details
    Browse the repository at this point in the history