You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# History
2
2
3
+
## v11.1.0 2023 December 28
4
+
5
+
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
6
+
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)
7
+
3
8
## v11.0.0 2023 December 27
4
9
5
10
- Rewrote to inline [github-commit](https://github.com/bevry-archive/github-commit), [github-contributors](https://github.com/bevry-archive/github-contributors), [github-members](https://github.com/bevry-archive/github-members), [github-repos](https://github.com/bevry-archive/github-repos), and added CLI to to integrate [update-contributors](https://github.com/bevry-archive/update-contributors) and the unreleased update-sponsors/update-backers/[sponsored](https://github.com/bevry-archive/sponsored)
<spanclass="badge-githubworkflow"><ahref="https://github.com/bevry/github-api/actions?query=workflow%3Abevry"title="View the status of this project's GitHub Workflow: bevry"><imgsrc="https://github.com/bevry/github-api/workflows/bevry/badge.svg"alt="Status of the GitHub Workflow: bevry" /></a></span>
@@ -25,7 +24,6 @@
25
24
26
25
<!-- /BADGES -->
27
26
28
-
29
27
<!-- DESCRIPTION/ -->
30
28
31
29
Interact with the GitHub API, fetching commits, repositories, members, and backers (authors, maintainers, contributors, funders, sponsors, donors)
@@ -39,82 +37,90 @@ Interact with the GitHub API, fetching commits, repositories, members, and backe
39
37
40
38
<!-- INSTALL/ -->
41
39
42
-
<h2>Install</h2>
40
+
## Install
41
+
42
+
### [npm](https://npmjs.com"npm is a package manager for javascript")
### [Editions](https://editions.bevry.me"Editions are the best way to produce and consume packages you care about.")
81
83
82
-
<h3><ahref="https://editions.bevry.me"title="Editions are the best way to produce and consume packages you care about.">Editions</a></h3>
83
-
84
-
<p>This package is published with the following editions:</p>
85
-
86
-
<ul><li><code>@bevry/github-api/source/index.ts</code> is <ahref="https://www.typescriptlang.org/"title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code with <ahref="https://babeljs.io/docs/learn-es2015/#modules"title="ECMAScript Modules">Import</a> for modules</li>
87
-
<li><code>@bevry/github-api/edition-browsers/index.js</code> is <ahref="https://www.typescriptlang.org/"title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for web browsers with <ahref="https://babeljs.io/docs/learn-es2015/#modules"title="ECMAScript Modules">Import</a> for modules</li>
<li><code>@bevry/github-api/edition-es2022/index.js</code> is <ahref="https://www.typescriptlang.org/"title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <ahref="https://nodejs.org"title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 18 || 20 || 21 with <ahref="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html"title="Node/CJS Modules">Require</a> for modules</li>
90
-
<li><code>@bevry/github-api/edition-es2022-esm/index.js</code> is <ahref="https://www.typescriptlang.org/"title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <ahref="https://nodejs.org"title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 18 || 20 || 21 with <ahref="https://babeljs.io/docs/learn-es2015/#modules"title="ECMAScript Modules">Import</a> for modules</li>
91
-
<li><code>@bevry/github-api/edition-types/index.d.ts</code> is <ahref="https://www.typescriptlang.org/"title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled Types with <ahref="https://babeljs.io/docs/learn-es2015/#modules"title="ECMAScript Modules">Import</a> for modules</li></ul>
84
+
This package is published with the following editions:
85
+
-`@bevry/github-api/source/index.ts` is [TypeScript](https://www.typescriptlang.org/"TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") source code with [Import](https://babeljs.io/docs/learn-es2015/#modules"ECMAScript Modules") for modules
86
+
-`@bevry/github-api/edition-browsers/index.js` is [TypeScript](https://www.typescriptlang.org/"TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled against [ES2022](https://en.wikipedia.org/wiki/ES2022"ECMAScript 2022") for web browsers with [Import](https://babeljs.io/docs/learn-es2015/#modules"ECMAScript Modules") for modules
-`@bevry/github-api/edition-es2022/index.js` is [TypeScript](https://www.typescriptlang.org/"TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled against [ES2022](https://en.wikipedia.org/wiki/ES2022"ECMAScript 2022") for [Node.js](https://nodejs.org"Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine") 18 || 20 || 21 with [Require](https://nodejs.org/dist/latest-v5.x/docs/api/modules.html"Node/CJS Modules") for modules
89
+
-`@bevry/github-api/edition-es2022-esm/index.js` is [TypeScript](https://www.typescriptlang.org/"TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled against [ES2022](https://en.wikipedia.org/wiki/ES2022"ECMAScript 2022") for [Node.js](https://nodejs.org"Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine") 18 || 20 || 21 with [Import](https://babeljs.io/docs/learn-es2015/#modules"ECMAScript Modules") for modules
90
+
-`@bevry/github-api/edition-types/index.d.ts` is [TypeScript](https://www.typescriptlang.org/"TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled Types with [Import](https://babeljs.io/docs/learn-es2015/#modules"ECMAScript Modules") for modules
91
+
-`@bevry/github-api/edition-deno/index.ts` is [TypeScript](https://www.typescriptlang.org/"TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") source code made to be compatible with [Deno](https://deno.land"Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js")
92
92
93
93
<!-- /INSTALL -->
94
94
95
-
96
95
<!-- HISTORY/ -->
97
96
98
-
<h2>History</h2>
97
+
## History
99
98
100
-
<ahref="https://github.com/bevry/github-api/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>
99
+
[Discover the release history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/github-api/blob/HEAD/HISTORY.md#files)
101
100
102
101
<!-- /HISTORY -->
103
102
104
-
105
103
<!-- BACKERS/ -->
106
104
107
-
<h2>Backers</h2>
105
+
## Backers
106
+
107
+
### Code
108
+
109
+
[Discover how to contribute via the `CONTRIBUTING.md` file.](https://github.com/bevry/github-api/blob/HEAD/CONTRIBUTING.md#files)
These amazing people are maintaining this project:
115
+
#### Maintainers
112
116
113
-
<ul><li><ahref="https://github.com/balupton">Benjamin Lupton</a> — <ahref="https://github.com/bevry/github-api/commits?author=balupton"title="View the GitHub contributions of Benjamin Lupton on repository bevry/github-api">view contributions</a></li></ul>
-[Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/bevry/github-api/commits?author=balupton"View the GitHub contributions of Benjamin Lupton on repository bevry/github-api")
122
+
123
+
### Finances
118
124
119
125
<spanclass="badge-githubsponsors"><ahref="https://github.com/sponsors/balupton"title="Donate to this project using GitHub Sponsors"><imgsrc="https://img.shields.io/badge/github-donate-yellow.svg"alt="GitHub Sponsors donate button" /></a></span>
120
126
<spanclass="badge-thanksdev"><ahref="https://thanks.dev/u/gh/bevry"title="Donate to this project using ThanksDev"><imgsrc="https://img.shields.io/badge/thanksdev-donate-yellow.svg"alt="ThanksDev donate button" /></a></span>
@@ -125,27 +131,45 @@ No sponsors yet! Will you be the first?
125
131
<spanclass="badge-crypto"><ahref="https://bevry.me/crypto"title="Donate to this project using Cryptocurrency"><imgsrc="https://img.shields.io/badge/crypto-donate-yellow.svg"alt="crypto donate button" /></a></span>
126
132
<spanclass="badge-paypal"><ahref="https://bevry.me/paypal"title="Donate to this project using Paypal"><imgsrc="https://img.shields.io/badge/paypal-donate-yellow.svg"alt="PayPal donate button" /></a></span>
127
133
128
-
<h3>Contributors</h3>
129
-
130
-
These amazing people have contributed code to this project:
131
-
132
-
<ul><li><ahref="https://github.com/balupton">Benjamin Lupton</a> — <ahref="https://github.com/bevry/github-api/commits?author=balupton"title="View the GitHub contributions of Benjamin Lupton on repository bevry/github-api">view contributions</a></li></ul>
133
-
134
-
<ahref="https://github.com/bevry/github-api/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
134
+
#### Sponsors
135
+
136
+
-[Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher
137
+
-[Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders.
138
+
-[Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing.
139
+
-[Poonacha Medappa](https://poonachamedappa.com)
140
+
-[Rob Morris](https://github.com/Rob-Morris)
141
+
-[Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games.
0 commit comments