Releases: cmorten/superoak
Releases · cmorten/superoak
3.1.0
3.0.1
3.0.0
ChangeLog
[3.0.0] - 12-12-2020
- feat: upgrade to
[email protected]
- 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.
2.5.0
2.4.1
2.4.0
2.3.1
2.3.0
ChangeLog
[2.3.0] - 19-09-2020
- feat: upgrade supported Deno to
1.4.1
and std module to0.70.0
.
2.2.0
ChangeLog
[2.2.0] - 24-08-2020
- feat: upgrade supported Deno to
1.3.1
and std module to0.66.0
. - feat: upgrade superdeno dep.
2.1.0
ChangeLog
[2.1.0] - 05-08-2020
- 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.