Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: purescript-graphqlclient/purescript-graphqlclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: purescript-graphqlclient/purescript-graphqlclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update-0-14
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 1,497 files changed
  • 1 contributor

Commits on Feb 9, 2021

  1. feat: update to purs 0.14 -> WIP

    Serhii Khoma committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    22b6c61 View commit details
    Browse the repository at this point in the history
  2. feat: update to new ps-cst release purescript-codegen/purescript-ps-c…

    …st#25 with
    
    ```
    sd -s -f w 'Type' 'PSType' $(fd --type f .purs .)
    sd -s -f w 'Row' 'PSRow' $(fd --type f .purs .)
    sd -s -f w 'Constraint' 'PSConstraint' $(fd --type f .purs .)
    sd -s 'import Prim.PSRow as PSRow' 'import Prim.Row as Prim.Row' $(fd --type f .purs .)
    sd -s ':: PSType' ':: Type' $(fd --type f .purs .)
    sd -s 'import PSType.PSRow' 'import Type.Row' $(fd --type f .purs .)
    sd -s 'import PSType.Data.RowList' 'import Type.Data.RowList' $(fd --type f .purs .)
    sd -s 'PSRow.Cons' 'Prim.Row.Cons' $(fd --type f .purs .)
    sd -s 'PSRow.Lacks' 'Prim.Row.Lacks' $(fd --type f .purs .)
    sd -s 'RowList PSType' 'RowList Type' $(fd --type f .purs .)
    sd -s '# PSType' 'Row Type' $(fd --type f .purs .)
    sd -s '#PSType' 'Row Type' $(fd --type f .purs .)
    ```
    Serhii Khoma committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    efc57b8 View commit details
    Browse the repository at this point in the history
  3. feat: update to purs 0.14 -> regenerate

    Serhii Khoma committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    354aacb View commit details
    Browse the repository at this point in the history
  4. feat(#https://github.com/purescript/package-sets/issues/805): rename …

    …`GraphQLClient` to `Dillonkearns.GraphQLClient`
    
    ```
    sd -s 'import MyGeneratorTests' 'import Dillonkearns.MyGeneratorTests' $(fd --type f . .)
    sd -s 'import MyTests' 'import Dillonkearns.MyTests' $(fd --type f . .)
    sd -s 'import GraphQLClient' 'import Dillonkearns.GraphQLClient' $(fd --type f . .)
    sd -s 'import MyGeneratorTestUtils' 'import Dillonkearns.MyGeneratorTestUtils' $(fd --type f . .)
    sd -s 'import GraphQLClientGenerator' 'import Dillonkearns.GraphQLClientGenerator' $(fd --type f . .)
    sd -s 'import MyExamplesTests' 'import Dillonkearns.MyExamplesTests' $(fd --type f . .)
    sd -s 'import Examples' 'import Dillonkearns.Examples' $(fd --type f . .)
    sd -s "NonEmpty.singleton \"GraphQLClient\"" "NonEmpty.cons' \"Dillonkearns\" [ \"GraphQLClient\" ]" $(fd --type f . .)
    sd -s "NonEmpty.cons' \"GraphQLClient\" []" "NonEmpty.cons' \"Dillonkearns\" [ \"GraphQLClient\" ]" $(fd --type f . .)
    ./regenerate-examples.sh
    yarn run examples:test
    yarn run generator:test
    update-module-name-purs \
      -d examples \
      -d examples-test \
      -d generator \
      -d generator-test \
      -d src \
      -d test
    rmf dist
    yarn run generator:bundle
    Serhii Khoma committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    e9a8a9a View commit details
    Browse the repository at this point in the history
  5. feat(#https://github.com/purescript/package-sets/issues/805): rename …

    …`GraphQLClient` to `Dillonkearns.GraphQLClient`
    Serhii Khoma committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    70c2e5d View commit details
    Browse the repository at this point in the history
  6. fix: tests with

    ```
    sd -s "examples/swapi" "examples/Dillonkearns/Examples/Swapi" $(fd --type f . .)
    sd -s "Examples.Swapi" "Dillonkearns.Examples.Swapi" $(fd --type f . .)
    sd -s "Examples.SwapiCustomScalars" "Dillonkearns.Examples.SwapiCustomScalars" $(fd --type f . .)
    ```
    Serhii Khoma committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    4663b97 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. feat: remove Dillonkearns module prefix

    Serhii Khoma committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    265b66d View commit details
    Browse the repository at this point in the history
  2. feat: fix warning "Consider adding a top-level kind signature as a fo…

    …rm of documentation"
    Serhii Khoma committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7c0695d View commit details
    Browse the repository at this point in the history
  3. feat: remove dependency "unordered-collections"

    Serhii Khoma committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6d1947b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9453a31 View commit details
    Browse the repository at this point in the history
Loading