Tags give the ability to mark specific points in history as being important
-
archive/debian/0.3-6
971eeb19 · ·ghub-plus-el release 0.3-6 for unstable (sid) [dgit] [dgit distro=debian split --quilt=gbp]
-
debian/0.3-6
eb10c1a3 · ·ghub-plus-el release 0.3-6 for unstable (sid) (maintainer view tag generated by dgit --quilt=gbp) [dgit distro=debian split --quilt=gbp]
-
archive/debian/0.3-4
4dd8cd53 · ·ghub-plus-el release 0.3-4 for unstable (sid) [dgit] [dgit distro=debian split --quilt=gbp]
-
archive/debian/0.3-5
001b4325 · ·ghub-plus-el release 0.3-5 for unstable (sid) [dgit] [dgit distro=debian split --quilt=gbp]
-
debian/0.3-4
682021cc · ·ghub-plus-el release 0.3-4 for unstable (sid) (maintainer view tag generated by dgit --quilt=gbp) [dgit distro=debian split --quilt=gbp]
-
debian/0.3-5
20e32506 · ·ghub-plus-el release 0.3-5 for unstable (sid) (maintainer view tag generated by dgit --quilt=gbp) [dgit distro=debian split --quilt=gbp]
-
archive/debian/0.3-3
10a07247 · ·ghub-plus-el release 0.3-3 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=auto]
-
debian/0.3-3
10a07247 · ·ghub-plus-el release 0.3-3 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=auto]
-
0.3
b4a9662f · ·Intermediate Stable Release This release includes many improvements to development support. Notably, the macro `ghubp-catch' (and friends) make it easy to use the `:condition-case' key of the `defapi*-ghubp' macros to handle HTTP codes sent by the API (e.g., an HTTP-404 when a resource could not be found and other such normal results). Also includes some functionality to accommodate GHE instances.
-
-
0.2
e04050f8 · ·ghub+ Release 0.2 New Functions and Variables =========================== * New variable `ghubp-contextualize-function' Give special contexts to your ghub+ applications. This could involve setting a different base URL depending on your directory (for both Enterprise and GitHub.com work) or even different authentication approaches. * New variable `ghubp-request-override-function' Override the default `ghub-request' functionality to add your own special handling * New function `ghubp-request' Wrapper around `ghub-request' to account for ghub version differences and to account for `ghubp-request-override-function'. * New utility function `ghubp-get-in-all' Useful for `pre-process-{params,data}' functions. * New function `ghubp-get-context' Wrapper around `ghubp-contextualize-function'. * New macro `ghubp-override-context' Simple macro to override the context (as returned by `ghubp-get-context') for a body form. * New function `ghubp-ratelimit' Inspect the latest rate limit information by looking at `ghub-response-headers'. * New functions `ghubp-follow-{get,put,head,post,patch,delete} Follow API callbacks; see `Hypermedia' topic in GitHub API docs. * New function `ghubp-base-html-url' Get the root HTML URL from `ghub-base-url'. API Endpoints ============= Enhanced -------- * POST/DELETE assignees can now take full user objects as parameters. * POST/DELETE labels can now take full label objects as parameters. New API Endpoints ================= * Notifications added. -