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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# History
2
2
3
+
## v11.5.0 2023 November 21
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
+
3
7
## v11.4.0 2023 November 14
4
8
5
9
- 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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,16 @@
12
12
<spanclass="badge-npmdownloads"><ahref="https://npmjs.org/package/assert-helpers"title="View this project on NPM"><imgsrc="https://img.shields.io/npm/dm/assert-helpers.svg"alt="NPM downloads" /></a></span>
13
13
<brclass="badge-separator" />
14
14
<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>
15
-
<spanclass="badge-thanksdev"><ahref="https://thanks.dev/u/gh/balupton"title="Donate to this project using ThanksDev"><imgsrc="https://img.shields.io/badge/thanksdev-donate-yellow.svg"alt="ThanksDev donate button" /></a></span>
15
+
<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>
16
16
<spanclass="badge-patreon"><ahref="https://patreon.com/bevry"title="Donate to this project using Patreon"><imgsrc="https://img.shields.io/badge/patreon-donate-yellow.svg"alt="Patreon donate button" /></a></span>
17
-
<spanclass="badge-flattr"><ahref="https://flattr.com/profile/balupton"title="Donate to this project using Flattr"><imgsrc="https://img.shields.io/badge/flattr-donate-yellow.svg"alt="Flattr donate button" /></a></span>
18
17
<spanclass="badge-liberapay"><ahref="https://liberapay.com/bevry"title="Donate to this project using Liberapay"><imgsrc="https://img.shields.io/badge/liberapay-donate-yellow.svg"alt="Liberapay donate button" /></a></span>
19
18
<spanclass="badge-buymeacoffee"><ahref="https://buymeacoffee.com/balupton"title="Donate to this project using Buy Me A Coffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg"alt="Buy Me A Coffee donate button" /></a></span>
20
19
<spanclass="badge-opencollective"><ahref="https://opencollective.com/bevry"title="Donate to this project using Open Collective"><imgsrc="https://img.shields.io/badge/open%20collective-donate-yellow.svg"alt="Open Collective donate button" /></a></span>
21
20
<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>
22
21
<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>
23
-
<spanclass="badge-wishlist"><ahref="https://bevry.me/wishlist"title="Buy an item on our wishlist for us"><imgsrc="https://img.shields.io/badge/wishlist-donate-yellow.svg"alt="Wishlist browse button" /></a></span>
22
+
<brclass="badge-separator" />
23
+
<spanclass="badge-discord"><ahref="https://discord.gg/nQuXddV7VP"title="Join this project's community on Discord"><imgsrc="https://img.shields.io/discord/1147436445783560193?logo=discord&label=discord"alt="Discord server badge" /></a></span>
24
+
<spanclass="badge-twitch"><ahref="https://www.twitch.tv/balupton"title="Join this project's community on Twitch"><imgsrc="https://img.shields.io/twitch/status/balupton?logo=twitch"alt="Twitch community badge" /></a></span>
24
25
25
26
<!-- /BADGES -->
26
27
@@ -51,23 +52,23 @@ Common utilities and helpers to make testing assertions easier
@@ -82,7 +83,8 @@ Common utilities and helpers to make testing assertions easier
82
83
<li><code>assert-helpers/edition-es2019/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 <ahref="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019"title="ECMAScript ES2019">ES2019</a> for <ahref="https://nodejs.org"title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 8 || 10 || 12 || 14 || 16 || 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>
83
84
<li><code>assert-helpers/edition-es2017/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 <ahref="https://en.wikipedia.org/wiki/ECMAScript#8th_Edition_-_ECMAScript_2017"title="ECMAScript ES2017">ES2017</a> for <ahref="https://nodejs.org"title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 6 || 8 || 10 || 12 || 14 || 16 || 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>
84
85
<li><code>assert-helpers/edition-es5/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 ES5 for <ahref="https://nodejs.org"title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 4 || 6 || 8 || 10 || 12 || 14 || 16 || 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>
85
-
<li><code>assert-helpers/edition-es2019-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 <ahref="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019"title="ECMAScript ES2019">ES2019</a> for <ahref="https://nodejs.org"title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 || 18 || 20 || 21 with <ahref="https://babeljs.io/docs/learn-es2015/#modules"title="ECMAScript Modules">Import</a> for modules</li></ul>
86
+
<li><code>assert-helpers/edition-es2019-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 <ahref="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019"title="ECMAScript ES2019">ES2019</a> for <ahref="https://nodejs.org"title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 || 18 || 20 || 21 with <ahref="https://babeljs.io/docs/learn-es2015/#modules"title="ECMAScript Modules">Import</a> for modules</li>
87
+
<li><code>assert-helpers/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>
86
88
87
89
<!-- /INSTALL -->
88
90
@@ -120,15 +122,13 @@ These amazing people are maintaining this project:
120
122
No sponsors yet! Will you be the first?
121
123
122
124
<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>
123
-
<spanclass="badge-thanksdev"><ahref="https://thanks.dev/u/gh/balupton"title="Donate to this project using ThanksDev"><imgsrc="https://img.shields.io/badge/thanksdev-donate-yellow.svg"alt="ThanksDev donate button" /></a></span>
125
+
<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>
124
126
<spanclass="badge-patreon"><ahref="https://patreon.com/bevry"title="Donate to this project using Patreon"><imgsrc="https://img.shields.io/badge/patreon-donate-yellow.svg"alt="Patreon donate button" /></a></span>
125
-
<spanclass="badge-flattr"><ahref="https://flattr.com/profile/balupton"title="Donate to this project using Flattr"><imgsrc="https://img.shields.io/badge/flattr-donate-yellow.svg"alt="Flattr donate button" /></a></span>
126
127
<spanclass="badge-liberapay"><ahref="https://liberapay.com/bevry"title="Donate to this project using Liberapay"><imgsrc="https://img.shields.io/badge/liberapay-donate-yellow.svg"alt="Liberapay donate button" /></a></span>
127
128
<spanclass="badge-buymeacoffee"><ahref="https://buymeacoffee.com/balupton"title="Donate to this project using Buy Me A Coffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg"alt="Buy Me A Coffee donate button" /></a></span>
128
129
<spanclass="badge-opencollective"><ahref="https://opencollective.com/bevry"title="Donate to this project using Open Collective"><imgsrc="https://img.shields.io/badge/open%20collective-donate-yellow.svg"alt="Open Collective donate button" /></a></span>
129
130
<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>
130
131
<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>
131
-
<spanclass="badge-wishlist"><ahref="https://bevry.me/wishlist"title="Buy an item on our wishlist for us"><imgsrc="https://img.shields.io/badge/wishlist-donate-yellow.svg"alt="Wishlist browse button" /></a></span>
Copy file name to clipboardExpand all lines: SECURITY.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
## Security Practices
4
4
5
-
This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn more about our practices.](https://tidelift.com/funding/github/npm/assert-helpers)
5
+
This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn about our practices.](https://tidelift.com/funding/github/npm/assert-helpers)
6
6
7
7
## Supported Versions
8
8
9
9
This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to deliver the latest updates, fixes, and improvements inside the latest release while still maintaining widespread ecosystem compatibility.
10
10
11
-
[Refer to supported ecosystem versions: `Editions` section in `README.md`.](https://github.com/bevry/assert-helpers/blob/master/README.md#Editions)
11
+
[Refer to supported ecosystem versions: `Editions` section in `README.md`](https://github.com/bevry/assert-helpers/blob/master/README.md#Editions)
12
12
13
-
[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`.](https://github.com/bevry/assert-helpers/blob/master/HISTORY.md)
13
+
[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`](https://github.com/bevry/assert-helpers/blob/master/HISTORY.md)
14
14
15
15
Besides testing and verification, out CI also [auto-merges](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions)[Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [auto-publishes](https://github.com/bevry-actions/npm) successful builds of the [`master` branch](https://github.com/bevry/wait/actions?query=branch%3Amaster) to the [`next` version tag](https://www.npmjs.com/package/assert-helpers?activeTab=versions), offering immediate resolutions before scheduled maintenance releases.
0 commit comments