-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: purescript-graphqlclient/purescript-graphqlclient
base: master
head repository: purescript-graphqlclient/purescript-graphqlclient
compare: update-0-14
- 10 commits
- 1,497 files changed
- 1 contributor
Commits on Feb 9, 2021
-
feat: update to purs 0.14 -> WIP
Serhii Khoma committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 22b6c61 - Browse repository at this point
Copy the full SHA 22b6c61View commit details -
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 committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for efc57b8 - Browse repository at this point
Copy the full SHA efc57b8View commit details -
feat: update to purs 0.14 -> regenerate
Serhii Khoma committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 354aacb - Browse repository at this point
Copy the full SHA 354aacbView commit details -
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 committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for e9a8a9a - Browse repository at this point
Copy the full SHA e9a8a9aView commit details -
feat(#https://github.com/purescript/package-sets/issues/805): rename …
…`GraphQLClient` to `Dillonkearns.GraphQLClient`
Serhii Khoma committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 70c2e5d - Browse repository at this point
Copy the full SHA 70c2e5dView commit details -
``` 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 committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 4663b97 - Browse repository at this point
Copy the full SHA 4663b97View commit details
Commits on Mar 11, 2021
-
feat: remove Dillonkearns module prefix
Serhii Khoma committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 265b66d - Browse repository at this point
Copy the full SHA 265b66dView commit details -
feat: fix warning "Consider adding a top-level kind signature as a fo…
…rm of documentation"
Serhii Khoma committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 7c0695d - Browse repository at this point
Copy the full SHA 7c0695dView commit details -
feat: remove dependency "unordered-collections"
Serhii Khoma committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 6d1947b - Browse repository at this point
Copy the full SHA 6d1947bView commit details -
feat: rename https://github.com/purescript-graphql-client/purescript-…
Serhii Khoma committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 9453a31 - Browse repository at this point
Copy the full SHA 9453a31View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...update-0-14