For the latest changes, please refer to the releases page.
- feat: Support Deno
1.19.3
and std0.129.0
and other deps upgrades
- feat: Support Deno
1.17.1
and std0.119.0
and other deps upgrades - docs: Add
nested-assertions
example - chore: Migrate from
asos-craigmorten
tocmorten
- feat: Support Deno
1.16.2
and std0.115.1
and other deps upgrades - feat: Support
oak@v10.0.0
- feat: Support Deno
1.12.0
and std0.101.0
and other deps upgrades
- feat: Support Deno
1.11.2
and std0.99.0
and other deps upgrades
- feat: Support Deno 1.9.2 and std 0.95.0
- chore: upgrade dependencies
- feat: Support Deno 1.8.0 and std 0.89.0
- chore: upgrade dependencies
- feat: upgrade to superdeno 4.0.0 (#19)
- docs: simplify the contributing process
- fix: upgrade
superdeno
version to prevent need to supply superfluous--location <href>
flag.
- feat: upgrade supported Deno to
1.6.1
and std module to0.81.0
. - chore: remove lock fixing for ci build due to CDN hash issues.
- feat: upgrade to
superdeno@3.0.0
- BREAKING CHANGE support superagent.redirects(n)
API, with a default of0
.
The consequence of upgrading superdeno to support the .redirects(n)
API is
that superoak follows a default of 0
redirects, for parity with
supertest.
If your test requires superoak to follow multiple redirects, specify the number
of redirects required in .redirects(n)
, or use -1
to have superoak follow
all redirects.
- feat: upgrade supported Deno to
1.6.0
and std module to0.80.0
. - feat: upgrade superdeno to
2.5.0
.
- fix: upgrade superdeno to
2.4.1
for type fixes.
- feat: upgrade supported Deno to
1.5.4
and std module to0.79.0
. - feat: upgrade superdeno to
2.4.0
. - fix: upgrade expect to
0.2.6
to fix import bug. - docs: update
contributing.md
r.e. getting started with an issue.
- chore: upgrade to eggs@0.2.2 in CI
- feat: upgrade supported Deno to
1.4.1
and std module to0.70.0
.
- feat: upgrade supported Deno to
1.3.1
and std module to0.66.0
. - feat: upgrade superdeno dep.
- chore: upgrade supported Deno and std module versions to
1.2.2
and0.63.0
. - chore: fix modules to tagged versions as commits and branches are no longer supported by Deno registry.
- docs: remove reference to importing commit or branch from readme as not supported by Deno registry v2.
- feat: update to Deno
1.2.0
(breaking upgrade), std0.61.0
and other dep upgrades. - chore: update formatting.
- feat: move to default branch of
main
.
- feat: support Deno
1.1.3
, std0.60.0
and consume SuperDeno1.6.1
.
- fix: examples using incorrect branch for Oak.
- chore: update dependencies.
- feat: support https://nest.land registry.
- docs: update README.md with SuperOak icon.
- docs: add examples matching the main repo README with tests.
- fix: decouple SuperOak from Oak v5.0.0 to prevent type errors.
- feat: initial Oak extension for SuperDeno - SuperOak.