Skip to content

Commit

Permalink
feat: 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Mar 12, 2022
1 parent 0515b11 commit 09b2ae3
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 19 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
@@ -1,5 +1,9 @@
# ChangeLog

## [4.8.0] - 12-03-2022

- feat: support Deno `1.19.3` and std `0.129.0` and other deps upgrades

## [4.7.2] - 01-01-2022

- [#38] Resolve op_sleep issues (#39)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Deno
uses: denolib/setup-deno@v2
with:
deno-version: 1.17.1
deno-version: 1.19.3
- run: make typedoc
- run: make ci
- name: Publish Updated Type Docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-egg.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
with:
deno-version: 1.17.1
deno-version: 1.19.3
- run: deno install -A -f --unstable -n eggs https://x.nest.land/eggs@0.3.10/eggs.ts
- run: |
export PATH="/home/runner/.deno/bin:$PATH"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
deno-version: [1.17.1]
deno-version: [1.19.3]

runs-on: ${{ matrix.os }}

Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
deno-version: [1.17.1]
deno-version: [1.19.3]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ HTTP assertions for Deno made easy via <a href="https://github.com/visionmedia/s
</p>
<p align="center">
<a href="https://deno.land/x/superdeno"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Flatest-version%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno latest /x/ version" /></a>
<a href="https://github.com/denoland/deno/blob/main/Releases.md"><img src="https://img.shields.io/badge/deno-^1.17.1-brightgreen?logo=deno" alt="Minimum supported Deno version" /></a>
<a href="https://github.com/denoland/deno/blob/main/Releases.md"><img src="https://img.shields.io/badge/deno-^1.19.3-brightgreen?logo=deno" alt="Minimum supported Deno version" /></a>
<a href="https://deno-visualizer.danopia.net/dependencies-of/https/deno.land/x/superdeno/mod.ts"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fdep-count%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno dependency count" /></a>
<a href="https://deno-visualizer.danopia.net/dependencies-of/https/deno.land/x/superdeno/mod.ts"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fupdates%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno dependency outdatedness" /></a>
<a href="https://deno-visualizer.danopia.net/dependencies-of/https/deno.land/x/superdeno/mod.ts"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fcache-size%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno cached size" /></a>
Expand Down Expand Up @@ -85,7 +85,7 @@ import { superdeno } from "https://deno.land/x/superdeno/mod.ts";
SuperDeno is also available on [nest.land](https://nest.land/package/superdeno),
a package registry for Deno on the Blockchain.

> Note: All examples in this README are using the unversioned form of the import URL. In production you should always use the versioned import form such as `https://deno.land/x/superdeno@4.7.2/mod.ts`.
> Note: All examples in this README are using the unversioned form of the import URL. In production you should always use the versioned import form such as `https://deno.land/x/superdeno@4.8.0/mod.ts`.
## Example

Expand Down
10 changes: 5 additions & 5 deletions deps.ts
@@ -1,6 +1,6 @@
export { Server } from "https://deno.land/std@0.119.0/http/server.ts";
export { STATUS_TEXT } from "https://deno.land/std@0.119.0/http/http_status.ts";
export { assertEquals } from "https://deno.land/std@0.119.0/testing/asserts.ts";
export { methods } from "https://deno.land/x/opine@2.0.2/src/methods.ts";
export { mergeDescriptors } from "https://deno.land/x/opine@2.0.2/src/utils/mergeDescriptors.ts";
export { Server } from "https://deno.land/std@0.129.0/http/server.ts";
export { STATUS_TEXT } from "https://deno.land/std@0.129.0/http/http_status.ts";
export { assertEquals } from "https://deno.land/std@0.129.0/testing/asserts.ts";
export { methods } from "https://deno.land/x/opine@2.1.2/src/methods.ts";
export { mergeDescriptors } from "https://deno.land/x/opine@2.1.2/src/utils/mergeDescriptors.ts";
export { default as superagent } from "https://jspm.dev/superagent@6.1.0";
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -82,7 +82,7 @@ <h1 align="center">SuperDeno</h1>
</p>
<p align="center">
<a href="https://deno.land/x/superdeno"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Flatest-version%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno latest /x/ version" /></a>
<a href="https://github.com/denoland/deno/blob/main/Releases.md"><img src="https://img.shields.io/badge/deno-^1.17.1-brightgreen?logo=deno" alt="Minimum supported Deno version" /></a>
<a href="https://github.com/denoland/deno/blob/main/Releases.md"><img src="https://img.shields.io/badge/deno-^1.19.3-brightgreen?logo=deno" alt="Minimum supported Deno version" /></a>
<a href="https://deno-visualizer.danopia.net/dependencies-of/https/deno.land/x/superdeno/mod.ts"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fdep-count%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno dependency count" /></a>
<a href="https://deno-visualizer.danopia.net/dependencies-of/https/deno.land/x/superdeno/mod.ts"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fupdates%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno dependency outdatedness" /></a>
<a href="https://deno-visualizer.danopia.net/dependencies-of/https/deno.land/x/superdeno/mod.ts"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fcache-size%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno cached size" /></a>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2>Installation</h2>
<p>SuperDeno is also available on <a href="https://nest.land/package/superdeno">nest.land</a>,
a package registry for Deno on the Blockchain.</p>
<blockquote>
<p>Note: All examples in this README are using the unversioned form of the import URL. In production you should always use the versioned import form such as <code>https://deno.land/x/superdeno@4.7.2/mod.ts</code>.</p>
<p>Note: All examples in this README are using the unversioned form of the import URL. In production you should always use the versioned import form such as <code>https://deno.land/x/superdeno@4.8.0/mod.ts</code>.</p>
</blockquote>
<a href="#example" id="example" style="color: inherit; text-decoration: none;">
<h2>Example</h2>
Expand Down
2 changes: 1 addition & 1 deletion egg.json
@@ -1,7 +1,7 @@
{
"name": "superdeno",
"description": "HTTP assertions for Deno made easy via superagent.",
"version": "4.7.2",
"version": "4.8.0",
"repository": "https://github.com/cmorten/superdeno",
"stable": true,
"checkFormat": false,
Expand Down
6 changes: 3 additions & 3 deletions test/deps.ts
@@ -1,5 +1,5 @@
export { dirname, join } from "https://deno.land/std@0.119.0/path/mod.ts";
export { dirname, join } from "https://deno.land/std@0.129.0/path/mod.ts";
export { expect } from "https://deno.land/x/expect@v0.2.9/mod.ts";
export * as Opine from "https://deno.land/x/opine@2.0.2/mod.ts";
export * as Oak from "https://deno.land/x/oak@v10.1.0/mod.ts";
export * as Opine from "https://deno.land/x/opine@2.1.2/mod.ts";
export * as Oak from "https://deno.land/x/oak@v10.4.0/mod.ts";
export { getFreePort } from "https://deno.land/x/free_port@v1.2.0/mod.ts";
4 changes: 2 additions & 2 deletions version.ts
@@ -1,9 +1,9 @@
/**
* Version of SuperDeno.
*/
export const VERSION = "4.7.2";
export const VERSION = "4.8.0";

/**
* Supported versions of Deno.
*/
export const DENO_SUPPORTED_VERSIONS = ["1.17.1"];
export const DENO_SUPPORTED_VERSIONS = ["1.19.3"];

0 comments on commit 09b2ae3

Please sign in to comment.