Showing content from https://hackage.haskell.org/package/github-rest.rss below:
github-rest – new releases on Hackagehttps://hackage.haskell.org/package/github-rest New releases of package 'github-rest' on Hackage. http://www.rssboard.org/rss-specification en admin@hackage.haskell.org admin@hackage.haskell.org Fri, 7 Jun 2024 06:05:22 UTC Fri, 7 Jun 2024 06:05:22 UTC rss-feed github-rest-1.2.1 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.2.1 https://hackage.haskell.org/package/github-rest-1.2.1 Fri, 7 Jun 2024 06:05:22 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/brandonchinn178/github-rest#readme">https://github.com/brandonchinn178/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd><dt>Uploaded</dt><dd>by brandonchinn178 at 2024-06-07T06:05:22Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd></dl><hr /><h1 id="v121">v1.2.1</h1> <ul> <li>Make integration test more robust </li> </ul> <h1 id="v120">v1.2.0</h1> <ul> <li>Switch from <code>jwt</code> to <code>jose-jwt</code> + <code>crypton</code> <ul> <li>Removes the <code>loadSigner</code> helper, use normal <code>crypton</code>/<code>crypton-x509</code>/<code>crypton-x509-store</code> API </li> </ul> </li> <li>Add support for GHC 9.8 + 9.10 </li> <li>Drop support for GHC < 9.6 </li> </ul> <h1 id="v114">v1.1.4</h1> <ul> <li>Fix a test failure due to GitHub changing URLs </li> </ul> <h1 id="v113">v1.1.3</h1> <ul> <li>Add support for GHC 9.4 + 9.6 </li> <li>Drop support for GHC < 9 </li> <li>Set the <code>X-GitHub-Api-Version</code> header instead of setting the API version in the <code>Accept</code> header (<a href="https://github.com/brandonchinn178/github-rest/issues/33">#33</a>) </li> </ul> <h1 id="v112">v1.1.2</h1> <ul> <li>Add support for <code>jwt-0.11.0</code> </li> </ul> <h1 id="v111">v1.1.1</h1> <ul> <li>Add support for <code>aeson-2.0.0.0</code> </li> </ul> <h1 id="v110">v1.1.0</h1> <ul> <li>Rename <code>GitHubState</code> to <code>GitHubSettings</code> </li> <li>Remove <code>queryGitHubPage'</code> -- implement <code>queryGitHubPage</code> in <code>MonadGitHubREST</code> instead. </li> <li>Expose <code>queryGitHubPageIO</code> if users want to manually implement <code>MonadGitHubREST</code> </li> <li>Add <code>DecodeError</code> error </li> </ul> <h1 id="v103">v1.0.3</h1> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h1 id="v102">v1.0.2</h1> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h1 id="v101">v1.0.1</h1> <p>Bundle test files in release tarball</p> <h1 id="v100">v1.0.0</h1> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> brandonchinn178 github-rest-1.2.0 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.2.0 https://hackage.haskell.org/package/github-rest-1.2.0 Sat, 1 Jun 2024 03:21:40 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/brandonchinn178/github-rest#readme">https://github.com/brandonchinn178/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd><dt>Uploaded</dt><dd>by brandonchinn178 at 2024-06-01T03:21:40Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd></dl><hr /><h1 id="v120">v1.2.0</h1> <ul> <li>Switch from <code>jwt</code> to <code>jose-jwt</code> + <code>crypton</code> <ul> <li>Removes the <code>loadSigner</code> helper, use normal <code>crypton</code>/<code>crypton-x509</code>/<code>crypton-x509-store</code> API </li> </ul> </li> <li>Add support for GHC 9.8 + 9.10 </li> <li>Drop support for GHC < 9.6 </li> </ul> <h1 id="v114">v1.1.4</h1> <ul> <li>Fix a test failure due to GitHub changing URLs </li> </ul> <h1 id="v113">v1.1.3</h1> <ul> <li>Add support for GHC 9.4 + 9.6 </li> <li>Drop support for GHC < 9 </li> <li>Set the <code>X-GitHub-Api-Version</code> header instead of setting the API version in the <code>Accept</code> header (<a href="https://github.com/brandonchinn178/github-rest/issues/33">#33</a>) </li> </ul> <h1 id="v112">v1.1.2</h1> <ul> <li>Add support for <code>jwt-0.11.0</code> </li> </ul> <h1 id="v111">v1.1.1</h1> <ul> <li>Add support for <code>aeson-2.0.0.0</code> </li> </ul> <h1 id="v110">v1.1.0</h1> <ul> <li>Rename <code>GitHubState</code> to <code>GitHubSettings</code> </li> <li>Remove <code>queryGitHubPage'</code> -- implement <code>queryGitHubPage</code> in <code>MonadGitHubREST</code> instead. </li> <li>Expose <code>queryGitHubPageIO</code> if users want to manually implement <code>MonadGitHubREST</code> </li> <li>Add <code>DecodeError</code> error </li> </ul> <h1 id="v103">v1.0.3</h1> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h1 id="v102">v1.0.2</h1> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h1 id="v101">v1.0.1</h1> <p>Bundle test files in release tarball</p> <h1 id="v100">v1.0.0</h1> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> brandonchinn178 github-rest-1.1.4 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.1.4 https://hackage.haskell.org/package/github-rest-1.1.4 Thu, 13 Jul 2023 06:17:39 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/brandonchinn178/github-rest#readme">https://github.com/brandonchinn178/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd><dt>Uploaded</dt><dd>by brandonchinn178 at 2023-07-13T06:17:39Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd></dl><hr /><h1 id="v114">v1.1.4</h1> <ul> <li>Fix a test failure due to GitHub changing URLs </li> </ul> <h1 id="v113">v1.1.3</h1> <ul> <li>Add support for GHC 9.4 + 9.6 </li> <li>Drop support for GHC < 9 </li> <li>Set the <code>X-GitHub-Api-Version</code> header instead of setting the API version in the <code>Accept</code> header (<a href="https://github.com/brandonchinn178/github-rest/issues/33">#33</a>) </li> </ul> <h1 id="v112">v1.1.2</h1> <ul> <li>Add support for <code>jwt-0.11.0</code> </li> </ul> <h1 id="v111">v1.1.1</h1> <ul> <li>Add support for <code>aeson-2.0.0.0</code> </li> </ul> <h1 id="v110">v1.1.0</h1> <ul> <li>Rename <code>GitHubState</code> to <code>GitHubSettings</code> </li> <li>Remove <code>queryGitHubPage'</code> -- implement <code>queryGitHubPage</code> in <code>MonadGitHubREST</code> instead. </li> <li>Expose <code>queryGitHubPageIO</code> if users want to manually implement <code>MonadGitHubREST</code> </li> <li>Add <code>DecodeError</code> error </li> </ul> <h1 id="v103">v1.0.3</h1> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h1 id="v102">v1.0.2</h1> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h1 id="v101">v1.0.1</h1> <p>Bundle test files in release tarball</p> <h1 id="v100">v1.0.0</h1> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> brandonchinn178 github-rest-1.1.3 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.1.3 https://hackage.haskell.org/package/github-rest-1.1.3 Sat, 10 Jun 2023 03:45:48 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/brandonchinn178/github-rest#readme">https://github.com/brandonchinn178/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd><dt>Uploaded</dt><dd>by brandonchinn178 at 2023-06-10T03:45:48Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandonchinn178@gmail.com></dd></dl><hr /><h1 id="v113">v1.1.3</h1> <ul> <li>Add support for GHC 9.4 + 9.6 </li> <li>Drop support for GHC < 9 </li> <li>Set the <code>X-GitHub-Api-Version</code> header instead of setting the API version in the <code>Accept</code> header (<a href="https://github.com/brandonchinn178/github-rest/issues/33">#33</a>) </li> </ul> <h1 id="v112">v1.1.2</h1> <ul> <li>Add support for <code>jwt-0.11.0</code> </li> </ul> <h1 id="v111">v1.1.1</h1> <ul> <li>Add support for <code>aeson-2.0.0.0</code> </li> </ul> <h1 id="v110">v1.1.0</h1> <ul> <li>Rename <code>GitHubState</code> to <code>GitHubSettings</code> </li> <li>Remove <code>queryGitHubPage'</code> -- implement <code>queryGitHubPage</code> in <code>MonadGitHubREST</code> instead. </li> <li>Expose <code>queryGitHubPageIO</code> if users want to manually implement <code>MonadGitHubREST</code> </li> <li>Add <code>DecodeError</code> error </li> </ul> <h1 id="v103">v1.0.3</h1> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h1 id="v102">v1.0.2</h1> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h1 id="v101">v1.0.1</h1> <p>Bundle test files in release tarball</p> <h1 id="v100">v1.0.0</h1> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> brandonchinn178 github-rest-1.1.2 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.1.2 https://hackage.haskell.org/package/github-rest-1.1.2 Fri, 10 Dec 2021 19:58:37 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/LeapYear/github-rest#readme">https://github.com/LeapYear/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandon@leapyear.io></dd><dt>Uploaded</dt><dd>by leapyear at 2021-12-10T19:58:37Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandon@leapyear.io></dd></dl><hr /><h2 id="upcoming">Upcoming</h2> <h2 id="112">1.1.2</h2> <ul> <li>Add support for <code>jwt-0.11.0</code> </li> </ul> <h2 id="111">1.1.1</h2> <ul> <li>Add support for <code>aeson-2.0.0.0</code> </li> </ul> <h2 id="110">1.1.0</h2> <ul> <li>Rename <code>GitHubState</code> to <code>GitHubSettings</code> </li> <li>Remove <code>queryGitHubPage'</code> -- implement <code>queryGitHubPage</code> in <code>MonadGitHubREST</code> instead. </li> <li>Expose <code>queryGitHubPageIO</code> if users want to manually implement <code>MonadGitHubREST</code> </li> <li>Add <code>DecodeError</code> error </li> </ul> <h2 id="103">1.0.3</h2> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h2 id="102">1.0.2</h2> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h2 id="101">1.0.1</h2> <p>Bundle test files in release tarball</p> <h2 id="100">1.0.0</h2> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> leapyear github-rest-1.1.1 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.1.1 https://hackage.haskell.org/package/github-rest-1.1.1 Sun, 10 Oct 2021 00:00:32 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/LeapYear/github-rest#readme">https://github.com/LeapYear/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandon@leapyear.io></dd><dt>Uploaded</dt><dd>by leapyear at 2021-10-10T00:00:32Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandon@leapyear.io></dd></dl><hr /><h2 id="upcoming">Upcoming</h2> <h2 id="111">1.1.1</h2> <ul> <li>Add support for <code>aeson-2.0.0.0</code> </li> </ul> <h2 id="110">1.1.0</h2> <ul> <li>Rename <code>GitHubState</code> to <code>GitHubSettings</code> </li> <li>Remove <code>queryGitHubPage'</code> -- implement <code>queryGitHubPage</code> in <code>MonadGitHubREST</code> instead. </li> <li>Expose <code>queryGitHubPageIO</code> if users want to manually implement <code>MonadGitHubREST</code> </li> <li>Add <code>DecodeError</code> error </li> </ul> <h2 id="103">1.0.3</h2> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h2 id="102">1.0.2</h2> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h2 id="101">1.0.1</h2> <p>Bundle test files in release tarball</p> <h2 id="100">1.0.0</h2> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> leapyear github-rest-1.1.0 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.1.0 https://hackage.haskell.org/package/github-rest-1.1.0 Mon, 9 Aug 2021 17:56:51 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/LeapYear/github-rest#readme">https://github.com/LeapYear/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandon@leapyear.io></dd><dt>Uploaded</dt><dd>by leapyear at 2021-08-09T17:56:51Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandon@leapyear.io></dd></dl><hr /><h2 id="upcoming">Upcoming</h2> <h2 id="110">1.1.0</h2> <ul> <li>Rename <code>GitHubState</code> to <code>GitHubSettings</code> </li> <li>Remove <code>queryGitHubPage'</code> -- implement <code>queryGitHubPage</code> in <code>MonadGitHubREST</code> instead. </li> <li>Expose <code>queryGitHubPageIO</code> if users want to manually implement <code>MonadGitHubREST</code> </li> <li>Add <code>DecodeError</code> error </li> </ul> <h2 id="103">1.0.3</h2> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h2 id="102">1.0.2</h2> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h2 id="101">1.0.1</h2> <p>Bundle test files in release tarball</p> <h2 id="100">1.0.0</h2> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> leapyear github-rest-1.0.3 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.0.3 https://hackage.haskell.org/package/github-rest-1.0.3 Fri, 7 Aug 2020 17:05:07 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/LeapYear/github-rest#readme">https://github.com/LeapYear/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandon@leapyear.io></dd><dt>Uploaded</dt><dd>by leapyear at 2020-08-07T17:05:07Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandon@leapyear.io></dd></dl><hr /><h2 id="upcoming">Upcoming</h2> <h2 id="103">1.0.3</h2> <ul> <li>Fix goldens after GitHub changed documentation URL </li> </ul> <h2 id="102">1.0.2</h2> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h2 id="101">1.0.1</h2> <p>Bundle test files in release tarball</p> <h2 id="100">1.0.0</h2> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> leapyear github-rest-1.0.2 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.0.2 https://hackage.haskell.org/package/github-rest-1.0.2 Mon, 2 Mar 2020 20:06:48 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/LeapYear/github-rest#readme">https://github.com/LeapYear/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandon@leapyear.io></dd><dt>Uploaded</dt><dd>by leapyear at 2020-03-02T20:06:48Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandon@leapyear.io></dd></dl><hr /><h2 id="upcoming">Upcoming</h2> <h2 id="102">1.0.2</h2> <ul> <li>Remove <code>MonadFail</code> constraint on <code>MonadGitHubREST</code> </li> <li>Support <code>unliftio-core-0.2.0.0</code> </li> </ul> <h2 id="101">1.0.1</h2> <p>Bundle test files in release tarball</p> <h2 id="100">1.0.0</h2> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> leapyear github-rest-1.0.1 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.0.1 https://hackage.haskell.org/package/github-rest-1.0.1 Fri, 1 Nov 2019 22:04:16 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/LeapYear/github-rest#readme">https://github.com/LeapYear/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandon@leapyear.io></dd><dt>Uploaded</dt><dd>by leapyear at 2019-11-01T22:04:16Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandon@leapyear.io></dd></dl><hr /><h2 id="upcoming">Upcoming</h2> <h2 id="101">1.0.1</h2> <p>Bundle test files in release tarball</p> <h2 id="100">1.0.0</h2> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> leapyear github-rest-1.0.0 (Query the GitHub REST API programmatically)https://hackage.haskell.org/package/github-rest-1.0.0 https://hackage.haskell.org/package/github-rest-1.0.0 Fri, 1 Nov 2019 20:09:34 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/LeapYear/github-rest#readme">https://github.com/LeapYear/github-rest#readme</a></dd><dt>Author</dt><dd>Brandon Chinn <brandon@leapyear.io></dd><dt>Uploaded</dt><dd>by leapyear at 2019-11-01T20:09:34Z</dd><dt>Maintainer</dt><dd>Brandon Chinn <brandon@leapyear.io></dd></dl><hr /><h2 id="upcoming">Upcoming</h2> <h2 id="100">1.0.0</h2> <p>Initial release:</p> <ul> <li>Implement <code>queryGitHub</code> and <code>GHEndpoint</code> </li> <li>Implement <code>GitHubT</code> and <code>MonadGitHubREST</code> </li> </ul> leapyear
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4