github-rest 1.0.0 → 1.0.1
raw patch · 5 files changed
+12/−2 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- github-rest.cabal +5/−2
- test/goldens/gists-gist_id-sha-404.golden +1/−0
- test/goldens/gists-gist_id-sha-422.golden +1/−0
- test/goldens/gists-gist_id-sha.golden +1/−0
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Upcoming +## 1.0.1++Bundle test files in release tarball+ ## 1.0.0 Initial release:
github-rest.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a5d2feb7a43fffeb1a008e74c6eace7ea1b6e11097e1e9f10a0e23056bc308d7+-- hash: 4abe6dbeeb9654d73d8b5fea26ceb219f87ff45d7eae72e404d7c00645bc92e2 name: github-rest-version: 1.0.0+version: 1.0.1 synopsis: Query the GitHub REST API programmatically description: Query the GitHub REST API programmatically, which can provide a more flexible and clear interface than if all of the endpoints and their types@@ -23,6 +23,9 @@ extra-source-files: README.md CHANGELOG.md+ test/goldens/gists-gist_id-sha-404.golden+ test/goldens/gists-gist_id-sha-422.golden+ test/goldens/gists-gist_id-sha.golden source-repository head type: git
+ test/goldens/gists-gist_id-sha-404.golden view
@@ -0,0 +1,1 @@+Object (fromList [("documentation_url",String "https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist"),("message",String "Not Found")])
+ test/goldens/gists-gist_id-sha-422.golden view
@@ -0,0 +1,1 @@+Object (fromList [("documentation_url",String "https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])
+ test/goldens/gists-gist_id-sha.golden view
@@ -0,0 +1,1 @@+This is gist. There are many like it, but this one is mine. It is my life. I must master it as I must master my life. Without me gist is useless. Without gist, I am useless.