Releases: cmorten/opine-http-proxy
Releases · cmorten/opine-http-proxy
3.2.0
28 Jan 21:08
Compare
Sorry, something went wrong.
No results found
3.1.0
28 Jan 19:12
Compare
Sorry, something went wrong.
No results found
3.0.2
27 Aug 07:50
Compare
Sorry, something went wrong.
No results found
ChangeLog
[3.0.2] - 27-08-2022
feat: update to Deno 1.25.0, std 0.153.0
feat: upgrade Opine to 2.3.1
3.0.1
10 Jan 22:17
Compare
Sorry, something went wrong.
No results found
ChangeLog
[3.0.1] - 10-01-2022
[#12 ] method should have type string not "string"
feat: update to Deno 1.17.2, std 0.120.0
feat: upgrade Opine to 2.0.2 in tests
feat: other minor dependency upgrades
chore: changes to reflect GitHub repo transfer
3.0.0
21 Nov 16:51
Compare
Sorry, something went wrong.
No results found
ChangeLog
[3.0.0] - 21-11-2021
[#10 ] Store and pass the proxy response data as an Uint8Array instead of
always decoding to a string (#11 )
This impacts:
Where the proxyResData argument will be of type Uint8Array|null and not
string|null. If you require the value to be a string, you will need to decode
it yourself using, e.g.
new TextDecoder ( ) . decode ( proxyResData ) ;
2.9.2
21 Nov 16:08
Compare
Sorry, something went wrong.
No results found
ChangeLog
[2.9.2] - 21-11-2021
feat: update to Deno 1.16.2, std 0.115.1
2.9.1
14 Nov 20:44
Compare
Sorry, something went wrong.
No results found
ChangeLog
[2.9.1] - 14-11-2021
feat: update to Deno 1.16.1, std 0.114.0
feat: upgrade Opine dependency to 1.9.1
2.9.0
08 Aug 15:03
Compare
Sorry, something went wrong.
No results found
ChangeLog
[2.9.0] - 08-08-2021
feat: update to Deno 1.12.2, std 0.103.0
feat: upgrade Opine dependency to 1.7.1
2.8.0
13 Jul 16:44
Compare
Sorry, something went wrong.
No results found
ChangeLog
[2.8.0] - 13-07-2021
feat: update to Deno 1.12.0, std 0.101.0
feat: upgrade Opine dependency to 1.6.0
2.7.0
03 Jul 11:37
Compare
Sorry, something went wrong.
No results found
ChangeLog
[2.7.0] - 03-07-2021
feat: update to Deno 1.11.5, std 0.100.0
feat: upgrade Opine dependency to 1.5.4
ci: enable linting