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
+
## v4.8.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
## v4.7.0 2023 December 6
4
9
5
10
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Copy file name to clipboardExpand all lines: README.md
+68-57Lines changed: 68 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
<!-- TITLE/ -->
2
2
3
-
<h1>valid-directory</h1>
3
+
# valid-directory
4
4
5
5
<!-- /TITLE -->
6
6
7
-
8
7
<!-- BADGES/ -->
9
8
10
9
<spanclass="badge-githubworkflow"><ahref="https://github.com/bevry/valid-directory/actions?query=workflow%3Abevry"title="View the status of this project's GitHub Workflow: bevry"><imgsrc="https://github.com/bevry/valid-directory/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
Check whether or not a directory and its descendants are valid
@@ -77,73 +75,69 @@ To validate your packages before you publish them, you can do the following:
77
75
78
76
<!-- INSTALL/ -->
79
77
80
-
<h2>Install</h2>
78
+
## Install
81
79
82
-
<ahref="https://npmjs.com"title="npm is a package manager for javascript"><h3>npm</h3></a>
<ul><li><code>valid-directory/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>
<li><code>valid-directory/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>
109
-
<li><code>valid-directory/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>
110
-
<li><code>valid-directory/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>
111
-
<li><code>valid-directory/edition-deno/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 made to be compatible with <ahref="https://deno.land"title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul>
94
+
### [Deno](https://deno.land"Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js")
### [Editions](https://editions.bevry.me"Editions are the best way to produce and consume packages you care about.")
114
100
101
+
This package is published with the following editions:
102
+
-`valid-directory/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
-`valid-directory/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
105
+
-`valid-directory/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
106
+
-`valid-directory/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
107
+
-`valid-directory/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")
108
+
109
+
<!-- /INSTALL -->
115
110
116
111
<!-- HISTORY/ -->
117
112
118
-
<h2>History</h2>
113
+
## History
119
114
120
-
<ahref="https://github.com/bevry/valid-directory/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>
115
+
[Discover the release history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/valid-directory/blob/HEAD/HISTORY.md#files)
121
116
122
117
<!-- /HISTORY -->
123
118
119
+
<!-- BACKERS/ -->
124
120
125
-
<!-- CONTRIBUTE/ -->
126
-
127
-
<h2>Contribute</h2>
128
-
129
-
<ahref="https://github.com/bevry/valid-directory/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
121
+
## Backers
130
122
131
-
<!-- /CONTRIBUTE -->
123
+
### Code
132
124
125
+
[Discover how to contribute via the `CONTRIBUTING.md` file.](https://github.com/bevry/valid-directory/blob/HEAD/CONTRIBUTING.md#files)
<ul><li><ahref="https://balupton.com">Benjamin Lupton</a> — <ahref="https://github.com/bevry/valid-directory/commits?author=balupton"title="View the GitHub contributions of Benjamin Lupton on repository bevry/valid-directory">view contributions</a></li></ul>
135
+
#### Contributors
143
136
144
-
<h3>Sponsors</h3>
137
+
-[Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/bevry/valid-directory/commits?author=balupton"View the GitHub contributions of Benjamin Lupton on repository bevry/valid-directory")
138
+
-[Sumit Rai](https://github.com/sumitrai) — [view contributions](https://github.com/bevry/valid-directory/commits?author=sumitrai"View the GitHub contributions of Sumit Rai on repository bevry/valid-directory")
145
139
146
-
No sponsors yet! Will you be the first?
140
+
### Finances
147
141
148
142
<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>
149
143
<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>
@@ -154,28 +148,45 @@ No sponsors yet! Will you be the first?
154
148
<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>
155
149
<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>
156
150
157
-
<h3>Contributors</h3>
158
-
159
-
These amazing people have contributed code to this project:
160
-
161
-
<ul><li><ahref="https://balupton.com">Benjamin Lupton</a> — <ahref="https://github.com/bevry/valid-directory/commits?author=balupton"title="View the GitHub contributions of Benjamin Lupton on repository bevry/valid-directory">view contributions</a></li>
162
-
<li><ahref="https://github.com/sumitrai">Sumit Rai</a> — <ahref="https://github.com/bevry/valid-directory/commits?author=sumitrai"title="View the GitHub contributions of Sumit Rai on repository bevry/valid-directory">view contributions</a></li></ul>
163
-
164
-
<ahref="https://github.com/bevry/valid-directory/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
151
+
#### Sponsors
152
+
153
+
-[Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher
154
+
-[Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders.
155
+
-[Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing.
0 commit comments